From edb4a1aa0ff14c374fafd514539fbc833b13a205 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Feb 2026 17:52:16 +0000 Subject: [PATCH] Bump the all-tools group in /Tools with 4 updates Bumps the all-tools group in /Tools with 4 updates: [mypy](https://github.com/python/mypy), [types-psutil](https://github.com/typeshed-internal/stub_uploader), [types-setuptools](https://github.com/typeshed-internal/stub_uploader) and [hypothesis](https://github.com/HypothesisWorks/hypothesis). Updates `mypy` from 1.17.1 to 1.19.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v1.17.1...v1.19.1) Updates `types-psutil` from 7.0.0.20250801 to 7.2.1.20260116 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `types-setuptools` from 80.9.0.20250801 to 80.10.0.20260124 - [Commits](https://github.com/typeshed-internal/stub_uploader/commits) Updates `hypothesis` from 6.135.26 to 6.151.2 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/hypothesis-python-6.135.26...hypothesis-python-6.151.2) --- updated-dependencies: - dependency-name: mypy dependency-version: 1.19.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-tools - dependency-name: types-psutil dependency-version: 7.2.1.20260116 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-tools - dependency-name: types-setuptools dependency-version: 80.10.0.20260124 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: all-tools - dependency-name: hypothesis dependency-version: 6.151.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-tools ... Signed-off-by: dependabot[bot] --- Tools/requirements-dev.txt | 6 +++--- Tools/requirements-hypothesis.txt | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Tools/requirements-dev.txt b/Tools/requirements-dev.txt index 73236767374..90f9432e1dd 100644 --- a/Tools/requirements-dev.txt +++ b/Tools/requirements-dev.txt @@ -1,7 +1,7 @@ # Requirements file for external linters and checks we run on # Tools/clinic, Tools/cases_generator/, and Tools/peg_generator/ in CI -mypy==1.17.1 +mypy==1.19.1 # needed for peg_generator: -types-psutil==7.0.0.20250801 -types-setuptools==80.9.0.20250801 +types-psutil==7.2.1.20260116 +types-setuptools==80.10.0.20260124 diff --git a/Tools/requirements-hypothesis.txt b/Tools/requirements-hypothesis.txt index e5deac497fb..d2526dac1d1 100644 --- a/Tools/requirements-hypothesis.txt +++ b/Tools/requirements-hypothesis.txt @@ -1,4 +1,4 @@ # Requirements file for hypothesis that # we use to run our property-based tests in CI. -hypothesis==6.135.26 +hypothesis==6.151.2