diff --git a/environment.yml b/environment.yml index e244350a0bea0..0d624c3c716a0 100644 --- a/environment.yml +++ b/environment.yml @@ -26,6 +26,7 @@ dependencies: # documentation - gitpython # obtain contributors from git for whatsnew + - gitdb2=2.0.6 # GH-32060 - sphinx - numpydoc>=0.9.0 diff --git a/requirements-dev.txt b/requirements-dev.txt index 017e6258d9941..b10ea0c54b96c 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,6 +15,7 @@ isort mypy==0.730 pycodestyle gitpython +gitdb2==2.0.6 sphinx numpydoc>=0.9.0 nbconvert>=5.4.1