Skip to content

Commit

Permalink
Try bumping importlib_resources
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhollas committed Oct 2, 2023
1 parent 190935c commit 0705701
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies:
- jinja2~=3.0
- jsonschema~=3.0
- kiwipy[rmq]~=0.7.7
- importlib-metadata~=4.13
- importlib-metadata~=5.2
- numpy~=1.21
- paramiko>=2.7.2,~=2.7
- plumpy~=0.21.6
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"jinja2~=3.0",
"jsonschema~=3.0",
"kiwipy[rmq]~=0.7.7",
"importlib-metadata~=4.13",
"importlib-metadata~=5.2",
"numpy~=1.21",
"paramiko~=2.7,>=2.7.2",
"plumpy~=0.21.6",
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ graphviz==0.20.1
greenlet==2.0.2
idna==3.4
imagesize==1.4.1
importlib-metadata==4.13.0
importlib-metadata==5.2.0
iniconfig==2.0.0
ipykernel==6.23.2
ipython==8.14.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ graphviz==0.20.1
greenlet==2.0.2
idna==3.4
imagesize==1.4.1
importlib-metadata==4.13.0
importlib-metadata==5.2.0
iniconfig==2.0.0
ipykernel==6.23.2
ipython==8.14.0
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-py-3.9.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ graphviz==0.20.1
greenlet==2.0.2
idna==3.4
imagesize==1.4.1
importlib-metadata==4.13.0
importlib-metadata==5.2.0
importlib-resources==5.12.0
iniconfig==2.0.0
ipykernel==6.23.2
Expand Down

0 comments on commit 0705701

Please sign in to comment.