From e15ed73a65ec03248f7b790dbd5fc872a89e2f04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Aug 2026 10:08:56 +0000 Subject: [PATCH] MAINT: Bump the python-deps group across 1 directory with 5 updates Bumps the python-deps group with 5 updates in the /requirements directory: | Package | From | To | | --- | --- | --- | | [gitpython](https://github.com/gitpython-developers/GitPython) | `3.1.57` | `3.1.59` | | [hypothesis](https://github.com/HypothesisWorks/hypothesis) | `6.164.0` | `6.165.10` | | [ruff](https://github.com/astral-sh/ruff) | `0.16.1` | `0.16.3` | | [mypy](https://github.com/python/mypy) | `2.3.0` | `2.3.1` | | [pyrefly](https://github.com/facebook/pyrefly) | `1.1.1` | `1.2.0` | Updates `gitpython` from 3.1.57 to 3.1.59 - [Release notes](https://github.com/gitpython-developers/GitPython/releases) - [Changelog](https://github.com/gitpython-developers/GitPython/blob/main/CHANGES) - [Commits](https://github.com/gitpython-developers/GitPython/compare/3.1.57...3.1.59) Updates `hypothesis` from 6.164.0 to 6.165.10 - [Release notes](https://github.com/HypothesisWorks/hypothesis/releases) - [Commits](https://github.com/HypothesisWorks/hypothesis/compare/v6.164.0...v6.165.10) Updates `ruff` from 0.16.1 to 0.16.3 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](https://github.com/astral-sh/ruff/compare/0.16.1...0.16.3) Updates `mypy` from 2.3.0 to 2.3.1 - [Changelog](https://github.com/python/mypy/blob/master/CHANGELOG.md) - [Commits](https://github.com/python/mypy/compare/v2.3.0...v2.3.1) Updates `pyrefly` from 1.1.1 to 1.2.0 - [Release notes](https://github.com/facebook/pyrefly/releases) - [Commits](https://github.com/facebook/pyrefly/compare/1.1.1...1.2.0) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.59 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: hypothesis dependency-version: 6.165.10 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps - dependency-name: ruff dependency-version: 0.16.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: mypy dependency-version: 2.3.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: pyrefly dependency-version: 1.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- requirements/hypothesis_requirements.txt | 2 +- requirements/linter_requirements.txt | 4 ++-- requirements/release_requirements.txt | 2 +- requirements/typing_requirements.txt | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/requirements/hypothesis_requirements.txt b/requirements/hypothesis_requirements.txt index d907886b0727..959cd4f15781 100644 --- a/requirements/hypothesis_requirements.txt +++ b/requirements/hypothesis_requirements.txt @@ -4,4 +4,4 @@ # hard to install on platforms without a prebuilt wheel (riscv64, win-arm64, # ppc64le, s390x, CPython pre-releases, QEMU-emulated targets). The test suite # skips the property-based tests when hypothesis is not installed. -hypothesis==6.164.0 +hypothesis==6.165.10 diff --git a/requirements/linter_requirements.txt b/requirements/linter_requirements.txt index bbbc5e526f17..985c1b142928 100644 --- a/requirements/linter_requirements.txt +++ b/requirements/linter_requirements.txt @@ -1,5 +1,5 @@ # keep in sync with `environment.yml` cython-lint -ruff==0.16.1 -GitPython==3.1.57 +ruff==0.16.3 +GitPython==3.1.59 spin diff --git a/requirements/release_requirements.txt b/requirements/release_requirements.txt index 296a9760f9be..5171cafb95f0 100644 --- a/requirements/release_requirements.txt +++ b/requirements/release_requirements.txt @@ -3,7 +3,7 @@ # changelog.py pygithub -gitpython==3.1.57 +gitpython==3.1.59 # uploading release documentation packaging diff --git a/requirements/typing_requirements.txt b/requirements/typing_requirements.txt index 45115d3419ee..be98893d865d 100644 --- a/requirements/typing_requirements.txt +++ b/requirements/typing_requirements.txt @@ -3,5 +3,5 @@ -r test_requirements.txt -r hypothesis_requirements.txt -mypy==2.3.0 -pyrefly==1.1.1 +mypy==2.3.1 +pyrefly==1.2.0