From acbb8abfe0985607bcc840100a793f8f29e5fb7f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 09:09:05 +0000 Subject: [PATCH] Bump mypy from 1.18.2 to 1.19.0 in /dev_requirements 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:production 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