Skip to content

Commit

Permalink
Merge pull request #45 from pyiron/dependabot/pip/cloudpickle-3.0.0
Browse files Browse the repository at this point in the history
Bump cloudpickle from 2.2.1 to 3.0.0
  • Loading branch information
liamhuber authored Oct 23, 2023
2 parents 3c0e708 + 96aeb40 commit 696ff14
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 @@ -4,7 +4,7 @@ dependencies:
- coveralls
- coverage
- bidict =0.22.1
- cloudpickle =2.2.1
- cloudpickle =3.0.0
- graphviz =8.1.0
- maggma =0.57.4
- matplotlib =3.8.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 @@ -4,7 +4,7 @@ dependencies:
- coveralls
- coverage
- bidict =0.22.1
- cloudpickle =2.2.1
- cloudpickle =3.0.0
- graphviz =8.1.0
- maggma =0.57.4
- matplotlib =3.8.0
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- coveralls
- coverage
- bidict =0.22.1
- cloudpickle =2.2.1
- cloudpickle =3.0.0
- graphviz =8.1.0
- maggma =0.57.4
- matplotlib =3.8.0
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
packages=find_packages(exclude=["*tests*", "*docs*", "*binder*", "*conda*", "*notebooks*", "*.ci_support*"]),
install_requires=[
'bidict==0.22.1',
'cloudpickle==2.2.1',
'cloudpickle==3.0.0',
'graphviz==0.20.1',
'maggma==0.57.4',
'matplotlib==3.8.0',
Expand Down

0 comments on commit 696ff14

Please sign in to comment.