From 674ec1addded76361d9bff89ecceff115647e088 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jul 2026 10:03:35 +0000 Subject: [PATCH] Bump mypy from 2.1.0 to 2.2.0 Bumps [mypy](https://github.com/python/mypy) from 2.1.0 to 2.2.0. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.1.0...v2.2.0) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.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 e61f73f..3ddcbf4 100644 --- a/dev_requirements/mypy_requirements.txt +++ b/dev_requirements/mypy_requirements.txt @@ -1,5 +1,5 @@ # Requirements for running MyPy check -mypy==2.1.0 +mypy==2.2.0 types-requests==2.33.0.20260518 types-beautifulsoup4==4.12.0.20250516