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

Skip to content

Commit bff2957

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.49 - [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.48...3.1.49) Updates `pyrefly` from 0.63.0 to 0.63.1 - [Release notes](https://github.com/facebook/pyrefly/releases) - [Commits](facebook/pyrefly@0.63.0...0.63.1) --- updated-dependencies: - dependency-name: gitpython dependency-version: 3.1.49 dependency-type: direct:production dependency-group: python-deps - dependency-name: pyrefly dependency-version: 0.63.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: python-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c895776 commit bff2957

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.48
4+
GitPython>=3.1.49
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.48
6+
gitpython>=3.1.49
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.63.0
6+
pyrefly==0.63.1

0 commit comments

Comments
 (0)