Skip to content

Commit

Permalink
upgrade dependencies for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 5, 2024
1 parent 19cb45b commit 2e7d186
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ blinker==1.7.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boltons==23.1.1
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.34.11
boto3==1.34.13
# via flask-mongorest-mpcontribs
botocore==1.34.11
botocore==1.34.13
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -203,7 +203,7 @@ jupyter-client==7.4.9
# nbclassic
# nbclient
# notebook
jupyter-core==5.6.1
jupyter-core==5.7.0
# via
# ipykernel
# jupyter-client
Expand All @@ -215,7 +215,7 @@ jupyter-core==5.6.1
# notebook
jupyter-events==0.9.0
# via jupyter-server
jupyter-server==2.12.1
jupyter-server==2.12.2
# via
# nbclassic
# notebook-shim
Expand Down Expand Up @@ -292,7 +292,7 @@ notebook==6.5.6
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
notebook-shim==0.2.3
# via nbclassic
numpy==1.26.2
numpy==1.26.3
# via
# -r python/requirements.txt
# contourpy
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ msgpack==1.0.7
# bravado-core
networkx==3.2.1
# via pymatgen
numpy==1.26.2
numpy==1.26.3
# via
# -r python/requirements.txt
# contourpy
Expand Down
6 changes: 3 additions & 3 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jupyter-client==7.4.9
# nbclassic
# nbclient
# notebook
jupyter-core==5.6.1
jupyter-core==5.7.0
# via
# ipykernel
# jupyter-client
Expand All @@ -166,7 +166,7 @@ jupyter-events==0.9.0
# via jupyter-server
jupyter-kernel-gateway==2.5.2
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
jupyter-server==2.12.1
jupyter-server==2.12.2
# via
# nbclassic
# notebook-shim
Expand Down Expand Up @@ -236,7 +236,7 @@ notebook==6.5.6
# via jupyter-kernel-gateway
notebook-shim==0.2.3
# via nbclassic
numpy==1.26.2
numpy==1.26.3
# via
# -r python/requirements.txt
# contourpy
Expand Down
8 changes: 4 additions & 4 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ boltons==23.1.1
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.34.11
boto3==1.34.13
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.11
botocore==1.34.13
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -154,7 +154,7 @@ jupyter-client==8.6.0
# via
# ipykernel
# nbclient
jupyter-core==5.6.1
jupyter-core==5.7.0
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -208,7 +208,7 @@ nest-asyncio==1.5.8
# via ipykernel
networkx==3.2.1
# via pymatgen
numpy==1.26.2
numpy==1.26.3
# via
# -r python/requirements.txt
# contourpy
Expand Down

0 comments on commit 2e7d186

Please sign in to comment.