From 8b16350a9279cffd17d48594cb64b5a3a444d356 Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 17 Feb 2020 12:44:21 -0600 Subject: [PATCH 1/3] DOC: pin gitdb2 --- environment.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/environment.yml b/environment.yml index 5f1184e921119..6e920cadce461 100644 --- a/environment.yml +++ b/environment.yml @@ -26,6 +26,7 @@ dependencies: # documentation - gitpython # obtain contributors from git for whatsnew + - gitdb2==3.0.1 # GH-32060 - sphinx # documentation (jupyter notebooks) From 59929f81f5668fb8a78ab5ac6db505f036190e1c Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 17 Feb 2020 13:35:01 -0600 Subject: [PATCH 2/3] DOC: pin gitdb2 --- environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 6e920cadce461..7a56bb2dd4b65 100644 --- a/environment.yml +++ b/environment.yml @@ -26,7 +26,7 @@ dependencies: # documentation - gitpython # obtain contributors from git for whatsnew - - gitdb2==3.0.1 # GH-32060 + - gitdb2==2.0.6 # GH-32060 - sphinx # documentation (jupyter notebooks) From 1bd8b582a2a7586cd11583187e2a256d5ef854be Mon Sep 17 00:00:00 2001 From: Tom Augspurger Date: Mon, 17 Feb 2020 14:07:27 -0600 Subject: [PATCH 3/3] DOC: pin gitdb2 --- environment.yml | 2 +- requirements-dev.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/environment.yml b/environment.yml index 7a56bb2dd4b65..cbdaf8e6c4217 100644 --- a/environment.yml +++ b/environment.yml @@ -26,7 +26,7 @@ dependencies: # documentation - gitpython # obtain contributors from git for whatsnew - - gitdb2==2.0.6 # GH-32060 + - gitdb2=2.0.6 # GH-32060 - sphinx # documentation (jupyter notebooks) diff --git a/requirements-dev.txt b/requirements-dev.txt index 08cbef2c7fc6b..a469cbdd93ceb 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,6 +15,7 @@ isort mypy==0.730 pycodestyle gitpython +gitdb2==2.0.6 sphinx nbconvert>=5.4.1 nbsphinx