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 22, 2024
1 parent a184e76 commit 6d05277
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
18 changes: 9 additions & 9 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.22
boto3==1.34.23
# via flask-mongorest-mpcontribs
botocore==1.34.22
botocore==1.34.23
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -89,7 +89,7 @@ defusedxml==0.7.1
# via nbconvert
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.4.2
dnspython==2.5.0
# via
# mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
# pymongo
Expand Down Expand Up @@ -189,7 +189,7 @@ json2html==1.3.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
jsonpointer==2.4
# via jsonschema
jsonschema[format-nongpl]==4.21.0
jsonschema[format-nongpl]==4.21.1
# via
# flasgger-tschaume
# jupyter-events
Expand Down Expand Up @@ -227,7 +227,7 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
markupsafe==2.1.3
markupsafe==2.1.4
# via
# jinja2
# nbconvert
Expand Down Expand Up @@ -280,7 +280,7 @@ nbformat==5.9.2
# nbclient
# nbconvert
# notebook
nest-asyncio==1.5.9
nest-asyncio==1.6.0
# via
# ipykernel
# jupyter-client
Expand All @@ -305,7 +305,7 @@ opentelemetry-api==1.22.0
# via ddtrace
orjson==3.9.12
# via flask-mongorest-mpcontribs
overrides==7.4.0
overrides==7.6.0
# via jupyter-server
packaging==23.2
# via
Expand Down Expand Up @@ -347,7 +347,7 @@ protobuf==4.25.2
# via
# ddsketch
# ddtrace
psutil==5.9.7
psutil==5.9.8
# via ipykernel
psycopg2-binary==2.9.9
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down Expand Up @@ -448,7 +448,7 @@ ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.10.0
# via boto3
scipy==1.11.4
scipy==1.12.0
# via
# -r python/requirements.txt
# pymatgen
Expand Down
6 changes: 3 additions & 3 deletions mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ cycler==0.12.1
# via matplotlib
decorator==5.1.1
# via ipython
dnspython==2.4.2
dnspython==2.5.0
# via
# pyisemail
# pymongo
Expand Down Expand Up @@ -66,7 +66,7 @@ jsonpointer==2.4
# via jsonschema
jsonref==1.1.0
# via bravado-core
jsonschema[format-nongpl]==4.21.0
jsonschema[format-nongpl]==4.21.1
# via
# bravado-core
# swagger-spec-validator
Expand Down Expand Up @@ -185,7 +185,7 @@ ruamel-yaml==0.18.5
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
scipy==1.11.4
scipy==1.12.0
# via
# -r python/requirements.txt
# pymatgen
Expand Down
14 changes: 7 additions & 7 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ defusedxml==0.7.1
# via nbconvert
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.4.2
dnspython==2.5.0
# via
# pyisemail
# pymongo
Expand Down Expand Up @@ -134,7 +134,7 @@ jsonpointer==2.4
# via jsonschema
jsonref==1.1.0
# via bravado-core
jsonschema[format-nongpl]==4.21.0
jsonschema[format-nongpl]==4.21.1
# via
# bravado-core
# jupyter-events
Expand Down Expand Up @@ -182,7 +182,7 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
markupsafe==2.1.3
markupsafe==2.1.4
# via
# jinja2
# nbconvert
Expand Down Expand Up @@ -224,7 +224,7 @@ nbformat==5.9.2
# nbclient
# nbconvert
# notebook
nest-asyncio==1.5.9
nest-asyncio==1.6.0
# via
# ipykernel
# jupyter-client
Expand All @@ -247,7 +247,7 @@ numpy==1.26.3
# spglib
opentelemetry-api==1.22.0
# via ddtrace
overrides==7.4.0
overrides==7.6.0
# via jupyter-server
packaging==23.2
# via
Expand Down Expand Up @@ -290,7 +290,7 @@ protobuf==4.25.2
# via
# ddsketch
# ddtrace
psutil==5.9.7
psutil==5.9.8
# via
# -r MPContribs/mpcontribs-kernel-gateway/requirements.in
# ipykernel
Expand Down Expand Up @@ -374,7 +374,7 @@ ruamel-yaml==0.18.5
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
scipy==1.11.4
scipy==1.12.0
# via
# -r python/requirements.txt
# pymatgen
Expand Down
16 changes: 8 additions & 8 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.22
boto3==1.34.23
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.22
botocore==1.34.23
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -75,7 +75,7 @@ django-settings-file==2.10.1
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
django-webpack4-loader==0.0.5
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
dnspython==2.4.2
dnspython==2.5.0
# via
# pyisemail
# pymongo
Expand Down Expand Up @@ -143,7 +143,7 @@ jsonpointer==2.4
# via jsonschema
jsonref==1.1.0
# via bravado-core
jsonschema[format-nongpl]==4.21.0
jsonschema[format-nongpl]==4.21.1
# via
# bravado-core
# nbformat
Expand All @@ -167,7 +167,7 @@ kiwisolver==1.4.5
# via matplotlib
latexcodec==2.0.1
# via pybtex
markupsafe==2.1.3
markupsafe==2.1.4
# via
# jinja2
# nbconvert
Expand Down Expand Up @@ -204,7 +204,7 @@ nbformat==5.9.2
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
# nbclient
# nbconvert
nest-asyncio==1.5.9
nest-asyncio==1.6.0
# via ipykernel
networkx==3.2.1
# via pymatgen
Expand Down Expand Up @@ -255,7 +255,7 @@ protobuf==4.25.2
# via
# ddsketch
# ddtrace
psutil==5.9.7
psutil==5.9.8
# via ipykernel
ptyprocess==0.7.0
# via pexpect
Expand Down Expand Up @@ -327,7 +327,7 @@ ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.10.0
# via boto3
scipy==1.11.4
scipy==1.12.0
# via
# -r python/requirements.txt
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
Expand Down

0 comments on commit 6d05277

Please sign in to comment.