From e8bec72c3a006440b8f5d3d8db64af56f71a49c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:08:27 +0000 Subject: [PATCH] Bump mypy from 1.19.0 to 1.19.1 in /dev_requirements Bumps [mypy](https://github.com/python/mypy) from 1.19.0 to 1.19.1. - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.19.0...v1.19.1) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 81774d2..984b1e6 100644 --- a/dev_requirements/mypy_requirements.txt +++ b/dev_requirements/mypy_requirements.txt @@ -1,5 +1,5 @@ # Requirements for running MyPy check -mypy==1.19.0 +mypy==1.19.1 types-requests==2.32.4.20250913 types-beautifulsoup4==4.12.0.20250516