Skip to content

Commit

Permalink
Merge pull request #810 from pyiron/dependabot/pip/pyparsing-3.1.1
Browse files Browse the repository at this point in the history
Bump pyparsing from 3.0.9 to 3.1.1
  • Loading branch information
jan-janssen authored Oct 6, 2023
2 parents f824de2 + be8e686 commit c60aa85
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- numpy =1.26.0
- pyiron_base =0.6.7
- pyiron_atomistics =0.3.4
- pyparsing =3.0.9
- pyparsing =3.1.1
- scipy =1.11.3
- seaborn =0.13.0
- scikit-image =0.21.0
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- numpy =1.26.0
- pyiron_base =0.6.7
- pyiron_atomistics =0.3.4
- pyparsing =3.0.9
- pyparsing =3.1.1
- scipy =1.11.3
- seaborn =0.13.0
- scikit-image =0.21.0
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- numpy =1.26.0
- pyiron_base =0.6.7
- pyiron_atomistics =0.3.4
- pyparsing =3.0.9
- pyparsing =3.1.1
- scipy =1.11.3
- seaborn =0.13.0
- scikit-image =0.21.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
'pyiron_base==0.6.7',
'scipy==1.11.3',
'seaborn==0.13.0',
'pyparsing==3.0.9',
'pyparsing==3.1.1',
],
extras_require={
'atomistic': [
Expand Down

0 comments on commit c60aa85

Please sign in to comment.