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 May 22, 2023
1 parent 1a727c3 commit 880427b
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
14 changes: 7 additions & 7 deletions mpcontribs-api/requirements/deployment.txt
Expand Up @@ -40,9 +40,9 @@ blinker==1.6.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boltons==23.0.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.26.135
boto3==1.26.137
# via flask-mongorest-mpcontribs
botocore==1.29.135
botocore==1.29.137
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -102,7 +102,7 @@ exceptiongroup==1.1.1
# via cattrs
executing==1.2.0
# via stack-data
fastjsonschema==2.16.3
fastjsonschema==2.17.1
# via nbformat
fastnumbers==5.0.1
# via flask-mongorest-mpcontribs
Expand Down Expand Up @@ -267,7 +267,7 @@ msgpack==1.0.5
# via mp-api
nbclassic==1.0.0
# via notebook
nbclient==0.7.4
nbclient==0.8.0
# via nbconvert
nbconvert==7.4.0
# via
Expand Down Expand Up @@ -302,7 +302,7 @@ numpy==1.21.6
# pymatgen
# scipy
# spglib
opentelemetry-api==1.17.0
opentelemetry-api==1.18.0
# via ddtrace
orjson==3.8.12
# via flask-mongorest-mpcontribs
Expand Down Expand Up @@ -426,7 +426,7 @@ redis==4.5.5
# rq
regex==2023.5.5
# via dateparser
requests==2.30.0
requests==2.31.0
# via
# atlasq-tschaume
# mp-api
Expand Down Expand Up @@ -558,7 +558,7 @@ webencodings==0.5.1
# via
# bleach
# tinycss2
websocket-client==1.5.1
websocket-client==1.5.2
# via
# jupyter-server
# mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-client/requirements/deployment.txt
Expand Up @@ -172,7 +172,7 @@ pyyaml==6.0
# bravado-core
# pybtex
# swagger-spec-validator
requests==2.30.0
requests==2.31.0
# via
# bravado
# bravado-core
Expand Down
10 changes: 5 additions & 5 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Expand Up @@ -78,7 +78,7 @@ exceptiongroup==1.1.1
# via cattrs
executing==1.2.0
# via stack-data
fastjsonschema==2.16.3
fastjsonschema==2.17.1
# via nbformat
filetype==1.2.0
# via mpcontribs-client
Expand Down Expand Up @@ -210,7 +210,7 @@ msgpack==1.0.5
# mp-api
nbclassic==1.0.0
# via notebook
nbclient==0.7.4
nbclient==0.8.0
# via nbconvert
nbconvert==7.4.0
# via
Expand Down Expand Up @@ -245,7 +245,7 @@ numpy==1.21.6
# pymatgen
# scipy
# spglib
opentelemetry-api==1.17.0
opentelemetry-api==1.18.0
# via ddtrace
packaging==23.1
# via
Expand Down Expand Up @@ -354,7 +354,7 @@ pyzmq==25.0.2
# jupyter-server
# nbclassic
# notebook
requests==2.30.0
requests==2.31.0
# via
# bravado
# bravado-core
Expand Down Expand Up @@ -492,7 +492,7 @@ webencodings==0.5.1
# via
# bleach
# tinycss2
websocket-client==1.5.1
websocket-client==1.5.2
# via jupyter-server
widgetsnbextension==4.0.7
# via ipywidgets
Expand Down
12 changes: 6 additions & 6 deletions mpcontribs-portal/requirements/deployment.txt
Expand Up @@ -27,9 +27,9 @@ boltons==23.0.0
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.26.135
boto3==1.26.137
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.29.135
botocore==1.29.137
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -86,7 +86,7 @@ exceptiongroup==1.1.1
# via cattrs
executing==1.2.0
# via stack-data
fastjsonschema==2.16.3
fastjsonschema==2.17.1
# via nbformat
fastnumbers==5.0.1
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
Expand Down Expand Up @@ -196,7 +196,7 @@ msgpack==1.0.5
# bravado
# bravado-core
# mp-api
nbclient==0.7.4
nbclient==0.8.0
# via nbconvert
nbconvert==7.4.0
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
Expand All @@ -218,7 +218,7 @@ numpy==1.21.6
# pymatgen
# scipy
# spglib
opentelemetry-api==1.17.0
opentelemetry-api==1.18.0
# via ddtrace
packaging==23.1
# via
Expand Down Expand Up @@ -313,7 +313,7 @@ pyzmq==25.0.2
# jupyter-client
redis==4.5.5
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
requests==2.30.0
requests==2.31.0
# via
# bravado
# bravado-core
Expand Down

0 comments on commit 880427b

Please sign in to comment.