Skip to content

Commit

Permalink
Merge pull request #261 from pyiron/dependabot/pip/graphviz-0.20.3
Browse files Browse the repository at this point in the history
Bump graphviz from 0.20.1 to 0.20.3
  • Loading branch information
liamhuber committed Mar 23, 2024
2 parents b6bc9f2 + 46db92e commit c616bdc
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 @@ -12,7 +12,7 @@ dependencies:
- pyiron_base =0.7.9
- pyiron_contrib =0.1.15
- pympipool =0.7.13
- python-graphviz =0.20.1
- python-graphviz =0.20.3
- toposort =1.10
- typeguard =4.1.5
- ase =3.22.1
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ dependencies:
- pyiron_base =0.7.9
- pyiron_contrib =0.1.15
- pympipool =0.7.13
- python-graphviz =0.20.1
- python-graphviz =0.20.3
- toposort =1.10
- typeguard =4.1.5
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ dependencies:
- pyiron_base =0.7.9
- pyiron_contrib =0.1.15
- pympipool =0.7.13
- python-graphviz =0.20.1
- python-graphviz =0.20.3
- toposort =1.10
- typeguard =4.1.5
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
install_requires=[
'bidict==0.23.1',
'cloudpickle==3.0.0',
'graphviz==0.20.1',
'graphviz==0.20.3',
'h5io==0.2.2',
'h5io_browser==0.0.9',
'matplotlib==3.8.3',
Expand Down

0 comments on commit c616bdc

Please sign in to comment.