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 Apr 15, 2024
1 parent 9a9d683 commit 5fb01e7
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
12 changes: 6 additions & 6 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==24.0.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.34.82
boto3==1.34.84
# via flask-mongorest-mpcontribs
botocore==1.34.82
botocore==1.34.84
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -244,7 +244,7 @@ matplotlib==3.8.4
# via
# -r python/requirements.txt
# pymatgen
matplotlib-inline==0.1.6
matplotlib-inline==0.1.7
# via
# ipykernel
# ipython
Expand Down Expand Up @@ -365,7 +365,7 @@ pygments==2.17.2
# via
# ipython
# nbconvert
pymatgen==2024.3.1
pymatgen==2024.4.13
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
pymongo==4.6.3
# via
Expand Down Expand Up @@ -479,7 +479,7 @@ soupsieve==2.5
# via beautifulsoup4
spglib==2.4.0
# via pymatgen
sqlparse==0.4.4
sqlparse==0.5.0
# via ddtrace
stack-data==0.6.3
# via ipython
Expand Down Expand Up @@ -570,7 +570,7 @@ zipp==3.18.1
# via importlib-metadata
zope-event==5.0
# via gevent
zope-interface==6.2
zope-interface==6.3
# via gevent
zstandard==0.22.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down
4 changes: 2 additions & 2 deletions mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ matplotlib==3.8.4
# via
# -r python/requirements.txt
# pymatgen
matplotlib-inline==0.1.6
matplotlib-inline==0.1.7
# via ipython
monotonic==1.6
# via bravado
Expand Down Expand Up @@ -138,7 +138,7 @@ pygments==2.17.2
# via ipython
pyisemail==2.0.1
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pymatgen==2024.3.1
pymatgen==2024.4.13
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pymongo==4.6.3
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
Expand Down
8 changes: 4 additions & 4 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ matplotlib==3.8.4
# via
# -r python/requirements.txt
# pymatgen
matplotlib-inline==0.1.6
matplotlib-inline==0.1.7
# via
# ipykernel
# ipython
Expand Down Expand Up @@ -271,7 +271,7 @@ pygments==2.17.2
# nbconvert
pyisemail==2.0.1
# via mpcontribs-client
pymatgen==2024.3.1
pymatgen==2024.4.13
# via mpcontribs-client
pymongo==4.6.3
# via mpcontribs-client
Expand All @@ -298,7 +298,7 @@ pyyaml==6.0.1
# jupyter-events
# pybtex
# swagger-spec-validator
pyzmq==25.1.2
pyzmq==26.0.0
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -363,7 +363,7 @@ soupsieve==2.5
# via beautifulsoup4
spglib==2.4.0
# via pymatgen
sqlparse==0.4.4
sqlparse==0.5.0
# via ddtrace
stack-data==0.6.3
# via ipython
Expand Down
14 changes: 7 additions & 7 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ boltons==24.0.0
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.34.82
boto3==1.34.84
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.82
botocore==1.34.84
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -175,7 +175,7 @@ matplotlib==3.8.4
# via
# -r python/requirements.txt
# pymatgen
matplotlib-inline==0.1.6
matplotlib-inline==0.1.7
# via
# ipykernel
# ipython
Expand Down Expand Up @@ -267,7 +267,7 @@ pygments==2.17.2
# nbconvert
pyisemail==2.0.1
# via mpcontribs-client
pymatgen==2024.3.1
pymatgen==2024.4.13
# via mpcontribs-client
pymongo==4.6.3
# via mpcontribs-client
Expand All @@ -293,7 +293,7 @@ pyyaml==6.0.1
# bravado-core
# pybtex
# swagger-spec-validator
pyzmq==25.1.2
pyzmq==26.0.0
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -354,7 +354,7 @@ soupsieve==2.5
# via beautifulsoup4
spglib==2.4.0
# via pymatgen
sqlparse==0.4.4
sqlparse==0.5.0
# via
# ddtrace
# django
Expand Down Expand Up @@ -431,7 +431,7 @@ zipp==3.18.1
# via importlib-metadata
zope-event==5.0
# via gevent
zope-interface==6.2
zope-interface==6.3
# via gevent

# The following packages are considered to be unsafe in a requirements file:
Expand Down

0 comments on commit 5fb01e7

Please sign in to comment.