From 7c1b36a27e0eec6e003492b93b99bf415f168289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 10:23:53 +0000 Subject: [PATCH] MAINT: Bump the python-deps group across 1 directory with 4 updates Updates the requirements on [pyrefly](https://github.com/facebook/pyrefly), [ruff](https://github.com/astral-sh/ruff), [gitpython](https://github.com/gitpython-developers/GitPython) and [delvewheel](https://github.com/adang1345/delvewheel) to permit the latest version. Updates `pyrefly` from 0.63.1 to 1.0.0 - [Release notes](https://github.com/facebook/pyrefly/releases) - [Commits](https://github.com/facebook/pyrefly/compare/0.63.1...1.0.0) Updates `ruff` from 0.15.12 to 0.15.13 - [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.15.12...0.15.13) Updates `gitpython` to 3.1.50 - [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.49...3.1.50) Updates `delvewheel` from 1.12.0 to 1.12.1 - [Changelog](https://github.com/adang1345/delvewheel/blob/master/CHANGELOG.md) - [Commits](https://github.com/adang1345/delvewheel/commits) --- updated-dependencies: - dependency-name: pyrefly dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: python-deps - dependency-name: ruff dependency-version: 0.15.13 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps - dependency-name: gitpython dependency-version: 3.1.50 dependency-type: direct:production dependency-group: python-deps - dependency-name: delvewheel dependency-version: 1.12.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps ... Signed-off-by: dependabot[bot] --- requirements/delvewheel_requirements.txt | 2 +- requirements/linter_requirements.txt | 4 ++-- requirements/release_requirements.txt | 2 +- requirements/typing_requirements.txt | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements/delvewheel_requirements.txt b/requirements/delvewheel_requirements.txt index 67a197c417a5..926401f71df7 100644 --- a/requirements/delvewheel_requirements.txt +++ b/requirements/delvewheel_requirements.txt @@ -1 +1 @@ -delvewheel==1.12.0 ; sys_platform == 'win32' +delvewheel==1.12.1 ; sys_platform == 'win32' diff --git a/requirements/linter_requirements.txt b/requirements/linter_requirements.txt index 3e4661a73733..d03d4d965d30 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.15.12 -GitPython>=3.1.49 +ruff==0.15.13 +GitPython>=3.1.50 spin diff --git a/requirements/release_requirements.txt b/requirements/release_requirements.txt index bf24d14c4238..9bbefcd01dbc 100644 --- a/requirements/release_requirements.txt +++ b/requirements/release_requirements.txt @@ -3,7 +3,7 @@ # changelog.py pygithub -gitpython>=3.1.49 +gitpython>=3.1.50 # uploading release documentation packaging diff --git a/requirements/typing_requirements.txt b/requirements/typing_requirements.txt index 24ef1e426475..6ba12d908ffb 100644 --- a/requirements/typing_requirements.txt +++ b/requirements/typing_requirements.txt @@ -3,4 +3,4 @@ -r test_requirements.txt mypy==1.20.2 -pyrefly==0.63.1 +pyrefly==1.0.0