From 33e75644deca14edba35f46453d8c0a36a24d31f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 12 Jul 2026 20:32:49 +0000 Subject: [PATCH] chore(deps): bump the python-dependencies group with 2 updates Bumps the python-dependencies group with 2 updates: [mypy](https://github.com/python/mypy) and [types-requests](https://github.com/python/typeshed). Updates `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) Updates `types-requests` from 2.33.0.20260518 to 2.33.0.20260712 - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: mypy dependency-version: 2.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-dependencies - dependency-name: types-requests dependency-version: 2.33.0.20260712 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index a004f420..c26a340e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,8 +7,8 @@ requests==2.34.2 black==26.5.1 PyYAML==6.0.3 semver==3.0.4 -mypy==2.1.0 +mypy==2.2.0 mypy-extensions==1.1.0 -types-requests==2.33.0.20260518 +types-requests==2.33.0.20260712 types-PyYAML==6.0.12.20260518 PyGithub==2.9.1