Skip to content

Commit

Permalink
Merge pull request #1166 from pyiron/dependabot/pip/gitpython-3.1.32
Browse files Browse the repository at this point in the history
Bump gitpython from 3.1.31 to 3.1.32
  • Loading branch information
pmrv committed Jul 17, 2023
2 parents c1bd2c5 + 267eb37 commit 0bba2c6
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.6
- gitpython =3.1.31
- gitpython =3.1.32
- h5io =0.1.8
- 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.6',
'gitpython==3.1.31',
'gitpython==3.1.32',
'h5io==0.1.8',
'h5py==3.9.0',
'jinja2==3.1.2',
Expand Down

0 comments on commit 0bba2c6

Please sign in to comment.