From d0bfd6c4f6afae2a74f1fe9ff7aee4bd0105692a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Feb 2026 07:03:12 +0000 Subject: [PATCH] Bump the mypy group across 1 directory with 2 updates Bumps the mypy group with 2 updates in the / directory: [mypy](https://github.com/python/mypy) and [types-requests](https://github.com/typeshed-internal/stub_uploader). 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) Updates `types-requests` from 2.32.4.20250913 to 2.32.4.20260107 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: mypy - dependency-name: types-requests dependency-version: 2.32.4.20260107 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: mypy ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 8c2100e..42f00a9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -77,8 +77,8 @@ dev = [ "requests==2.32.5", "wheel==0.45.1", "build==1.3.0", - "mypy==1.19.0", - "types-requests==2.32.4.20250913", + "mypy==1.19.1", + "types-requests==2.32.4.20260107", {include-group = "tox"}, {include-group = "ruff"}, ]