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 Dec 18, 2023
1 parent 758a028 commit 7dc3899
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 38 deletions.
21 changes: 11 additions & 10 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=MPContribs/mpcontribs-api/requirements/deployment.txt MPContribs/mpcontribs-api/setup.py python/requirements.txt
#
anyio==4.1.0
anyio==4.2.0
# via jupyter-server
apispec==5.2.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down 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.33.11
boto3==1.34.2
# via flask-mongorest-mpcontribs
botocore==1.33.11
botocore==1.34.2
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -203,7 +203,7 @@ jupyter-client==7.4.9
# nbclassic
# nbclient
# notebook
jupyter-core==5.5.0
jupyter-core==5.5.1
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -267,7 +267,7 @@ nbclassic==1.0.0
# via notebook
nbclient==0.9.0
# via nbconvert
nbconvert==7.12.0
nbconvert==7.13.0
# via
# jupyter-server
# nbclassic
Expand Down Expand Up @@ -301,7 +301,7 @@ numpy==1.26.2
# pymatgen
# scipy
# spglib
opentelemetry-api==1.21.0
opentelemetry-api==1.22.0
# via ddtrace
orjson==3.9.10
# via flask-mongorest-mpcontribs
Expand Down Expand Up @@ -342,13 +342,13 @@ prometheus-client==0.19.0
# jupyter-server
# nbclassic
# notebook
prompt-toolkit==3.0.41
prompt-toolkit==3.0.43
# via ipython
protobuf==4.25.1
# via
# ddsketch
# ddtrace
psutil==5.9.6
psutil==5.9.7
# via ipykernel
psycopg2-binary==2.9.9
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down Expand Up @@ -433,7 +433,7 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rpds-py==0.13.2
rpds-py==0.15.2
# via
# jsonschema
# referencing
Expand All @@ -447,7 +447,7 @@ ruamel-yaml==0.18.5
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.8.2
s3transfer==0.9.0
# via boto3
scipy==1.11.4
# via
Expand Down Expand Up @@ -528,6 +528,7 @@ types-python-dateutil==2.8.19.14
# via arrow
typing-extensions==4.9.0
# via
# anyio
# cattrs
# ddtrace
tzlocal==5.2
Expand Down
10 changes: 5 additions & 5 deletions mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ boltons==23.1.1
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
bravado==11.0.3
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
bravado-core==6.1.0
bravado-core==6.1.1
# via bravado
cachetools==5.3.2
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
Expand Down Expand Up @@ -66,7 +66,7 @@ jsonpointer==2.4
# via jsonschema
jsonref==1.1.0
# via bravado-core
jsonschema[format]==4.20.0
jsonschema[format-nongpl]==4.20.0
# via
# bravado-core
# swagger-spec-validator
Expand Down Expand Up @@ -126,7 +126,7 @@ plotly==5.18.0
# via
# mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
# pymatgen
prompt-toolkit==3.0.41
prompt-toolkit==3.0.43
# via ipython
ptyprocess==0.7.0
# via pexpect
Expand Down Expand Up @@ -175,9 +175,9 @@ requests-futures==1.0.1
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
rfc3339-validator==0.1.4
# via jsonschema
rfc3987==1.3.8
rfc3986-validator==0.1.1
# via jsonschema
rpds-py==0.13.2
rpds-py==0.15.2
# via
# jsonschema
# referencing
Expand Down
21 changes: 10 additions & 11 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# pip-compile --output-file=MPContribs/mpcontribs-kernel-gateway/requirements/deployment.txt MPContribs/mpcontribs-kernel-gateway/requirements.in python/requirements.txt
#
anyio==4.1.0
anyio==4.2.0
# via jupyter-server
argon2-cffi==23.1.0
# via
Expand Down Expand Up @@ -33,7 +33,7 @@ boltons==23.1.1
# via mpcontribs-client
bravado==11.0.3
# via mpcontribs-client
bravado-core==6.1.0
bravado-core==6.1.1
# via bravado
bytecode==0.15.1
# via ddtrace
Expand Down Expand Up @@ -134,7 +134,7 @@ jsonpointer==2.4
# via jsonschema
jsonref==1.1.0
# via bravado-core
jsonschema[format,format-nongpl]==4.20.0
jsonschema[format-nongpl]==4.20.0
# via
# bravado-core
# jupyter-events
Expand All @@ -151,7 +151,7 @@ jupyter-client==7.4.9
# nbclassic
# nbclient
# notebook
jupyter-core==5.5.0
jupyter-core==5.5.1
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -212,7 +212,7 @@ nbclassic==1.0.0
# via notebook
nbclient==0.9.0
# via nbconvert
nbconvert==7.12.0
nbconvert==7.13.0
# via
# jupyter-server
# nbclassic
Expand Down Expand Up @@ -245,7 +245,7 @@ numpy==1.26.2
# pymatgen
# scipy
# spglib
opentelemetry-api==1.21.0
opentelemetry-api==1.22.0
# via ddtrace
overrides==7.4.0
# via jupyter-server
Expand Down Expand Up @@ -284,13 +284,13 @@ prometheus-client==0.19.0
# jupyter-server
# nbclassic
# notebook
prompt-toolkit==3.0.41
prompt-toolkit==3.0.43
# via ipython
protobuf==4.25.1
# via
# ddsketch
# ddtrace
psutil==5.9.6
psutil==5.9.7
# via
# -r MPContribs/mpcontribs-kernel-gateway/requirements.in
# ipykernel
Expand Down Expand Up @@ -366,9 +366,7 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rfc3987==1.3.8
# via jsonschema
rpds-py==0.13.2
rpds-py==0.15.2
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -464,6 +462,7 @@ types-python-dateutil==2.8.19.14
# via arrow
typing-extensions==4.9.0
# via
# anyio
# bravado
# cattrs
# ddtrace
Expand Down
24 changes: 12 additions & 12 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ boltons==23.1.1
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.33.11
boto3==1.34.2
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.33.11
botocore==1.34.2
# via
# boto3
# s3transfer
bravado==11.0.3
# via mpcontribs-client
bravado-core==6.1.0
bravado-core==6.1.1
# via bravado
bytecode==0.15.1
# via ddtrace
Expand Down Expand Up @@ -143,7 +143,7 @@ jsonpointer==2.4
# via jsonschema
jsonref==1.1.0
# via bravado-core
jsonschema[format]==4.20.0
jsonschema[format-nongpl]==4.20.0
# via
# bravado-core
# nbformat
Expand All @@ -154,7 +154,7 @@ jupyter-client==8.6.0
# via
# ipykernel
# nbclient
jupyter-core==5.5.0
jupyter-core==5.5.1
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -197,7 +197,7 @@ msgpack==1.0.7
# bravado-core
nbclient==0.9.0
# via nbconvert
nbconvert==7.12.0
nbconvert==7.13.0
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
nbformat==5.9.2
# via
Expand All @@ -217,7 +217,7 @@ numpy==1.26.2
# pymatgen
# scipy
# spglib
opentelemetry-api==1.21.0
opentelemetry-api==1.22.0
# via ddtrace
packaging==23.2
# via
Expand Down Expand Up @@ -249,13 +249,13 @@ plotly==5.18.0
# via
# mpcontribs-client
# pymatgen
prompt-toolkit==3.0.41
prompt-toolkit==3.0.43
# via ipython
protobuf==4.25.1
# via
# ddsketch
# ddtrace
psutil==5.9.6
psutil==5.9.7
# via ipykernel
ptyprocess==0.7.0
# via pexpect
Expand Down Expand Up @@ -315,17 +315,17 @@ requests-futures==1.0.1
# via mpcontribs-client
rfc3339-validator==0.1.4
# via jsonschema
rfc3987==1.3.8
rfc3986-validator==0.1.1
# via jsonschema
rpds-py==0.13.2
rpds-py==0.15.2
# via
# jsonschema
# referencing
ruamel-yaml==0.18.5
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.8.2
s3transfer==0.9.0
# via boto3
scipy==1.11.4
# via
Expand Down

0 comments on commit 7dc3899

Please sign in to comment.