diff --git a/setup.py b/setup.py index d2b533a10..3b4b8ecc3 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.7', - 'gitpython==3.1.36', + 'gitpython==3.1.37', 'h5io==0.1.9', 'h5py==3.9.0', 'jinja2==3.1.2',