diff --git a/.ci_support/environment.yml b/.ci_support/environment.yml index 5e6793403..fdd36a809 100644 --- a/.ci_support/environment.yml +++ b/.ci_support/environment.yml @@ -5,7 +5,7 @@ dependencies: - coverage - codacy-coverage - dill =0.3.6 -- gitpython =3.1.31 +- gitpython =3.1.32 - h5io =0.1.8 - h5py =3.9.0 - jinja2 =3.1.2 diff --git a/setup.py b/setup.py index 6e81e8d80..ffd63e880 100644 --- a/setup.py +++ b/setup.py @@ -30,7 +30,7 @@ packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]), install_requires=[ 'dill==0.3.6', - 'gitpython==3.1.31', + 'gitpython==3.1.32', 'h5io==0.1.8', 'h5py==3.9.0', 'jinja2==3.1.2',