Skip to content

Commit

Permalink
Merge pull request #1184 from pyiron/dependabot/pip/gitpython-3.1.34
Browse files Browse the repository at this point in the history
Bump gitpython from 3.1.32 to 3.1.34
  • Loading branch information
jan-janssen authored Sep 4, 2023
2 parents 66bd0c9 + ebb15a6 commit 94ad24d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ dependencies:
- coverage
- codacy-coverage
- dill =0.3.7
- gitpython =3.1.32
- gitpython =3.1.34
- h5io =0.1.9
- h5py =3.9.0
- jinja2 =3.1.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'dill==0.3.7',
'gitpython==3.1.32',
'gitpython==3.1.34',
'h5io==0.1.9',
'h5py==3.9.0',
'jinja2==3.1.2',
Expand Down

0 comments on commit 94ad24d

Please sign in to comment.