From 458ceb2bf9d94881f38b564dce1d015b25522827 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Jan 2026 15:01:12 +0000 Subject: [PATCH] Bump mypy from 1.19.0 to 1.19.1 in the all group Bumps the all group with 1 update: [mypy](https://github.com/python/mypy). Updates `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 dependency-group: all ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9bce8fa..6f73042 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ beautifulsoup4==4.14.3 black==25.11.0 # Code formatter lxml==6.0.2 -mypy==1.19.0 # Type checker +mypy==1.19.1 # Type checker setuptools==80.9.0 # Only required for publish it as a package types-beautifulsoup4==4.12.0.20250516 # Stubs for beautifulsoup4 wheel==0.45.1 # Only required for publish it as a package