Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6ab15b0

Browse files
dependabot[bot]charris
authored andcommitted
MAINT: Bump the python-deps group in /requirements with 3 updates
Updates the requirements on [gitpython](https://github.com/gitpython-developers/GitPython), [ruff](https://github.com/astral-sh/ruff) and [delvewheel](https://github.com/adang1345/delvewheel) to permit the latest version. 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](gitpython-developers/GitPython@3.1.49...3.1.50) 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](astral-sh/ruff@0.15.12...0.15.13) 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: gitpython dependency-version: 3.1.50 dependency-type: direct:production 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: 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] <[email protected]>
1 parent bf8007a commit 6ab15b0

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
delvewheel==1.12.0 ; sys_platform == 'win32'
1+
delvewheel==1.12.1 ; sys_platform == 'win32'
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# keep in sync with `environment.yml`
22
cython-lint
3-
ruff==0.15.12
4-
GitPython>=3.1.49
3+
ruff==0.15.13
4+
GitPython>=3.1.50
55
spin

requirements/release_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
# changelog.py
55
pygithub
6-
gitpython>=3.1.49
6+
gitpython>=3.1.50
77

88
# uploading release documentation
99
packaging

0 commit comments

Comments
 (0)