From 77c1b2d049a20f7a244517f8ed45c82c3d4af27d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Dec 2025 11:27:26 +0000 Subject: [PATCH] Bump mypy from 1.18.2 to 1.19.0 Bumps [mypy](https://github.com/python/mypy) from 1.18.2 to 1.19.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.18.2...v1.19.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.0 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- dev_requirements/mypy_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev_requirements/mypy_requirements.txt b/dev_requirements/mypy_requirements.txt index 4252bc3..81774d2 100644 --- a/dev_requirements/mypy_requirements.txt +++ b/dev_requirements/mypy_requirements.txt @@ -1,5 +1,5 @@ # Requirements for running MyPy check -mypy==1.18.2 +mypy==1.19.0 types-requests==2.32.4.20250913 types-beautifulsoup4==4.12.0.20250516