Skip to content

Commit 0e5d22e

Browse files
Backport PR #32064: DOC: pin gitdb2 (#32066)
Co-authored-by: Tom Augspurger <[email protected]>
1 parent 12a7d65 commit 0e5d22e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Diff for: environment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ dependencies:
2626

2727
# documentation
2828
- gitpython # obtain contributors from git for whatsnew
29+
- gitdb2=2.0.6 # GH-32060
2930
- sphinx
3031
- numpydoc>=0.9.0
3132

Diff for: requirements-dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ isort
1515
mypy==0.730
1616
pycodestyle
1717
gitpython
18+
gitdb2==2.0.6
1819
sphinx
1920
numpydoc>=0.9.0
2021
nbconvert>=5.4.1

0 commit comments

Comments
 (0)