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

Skip to content

Commit 3d88bcb

Browse files
MAINT: Bump the python-deps group in /requirements with 2 updates
Updates the requirements on [gitpython](https://github.com/gitpython-developers/GitPython) and [pyrefly](https://github.com/facebook/pyrefly) to permit the latest version. Updates `gitpython` to 3.1.48 - [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.47...3.1.48) Updates `pyrefly` from 0.62.0 to 0.63.0 - [Release notes](https://github.com/facebook/pyrefly/releases) - [Commits](facebook/pyrefly@0.62.0...0.63.0) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.48 dependency-type: direct:production dependency-group: python-deps - dependency-name: pyrefly dependency-version: 0.63.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0f897ea commit 3d88bcb

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# keep in sync with `environment.yml`
22
cython-lint
33
ruff==0.15.12
4-
GitPython>=3.1.47
4+
GitPython>=3.1.48
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.47
6+
gitpython>=3.1.48
77

88
# uploading release documentation
99
packaging

requirements/typing_requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
-r test_requirements.txt
44

55
mypy==1.20.2
6-
pyrefly==0.62.0
6+
pyrefly==0.63.0

0 commit comments

Comments
 (0)