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 24, 2024
1 parent 6688f32 commit 7bd1a49
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 27 deletions.
16 changes: 8 additions & 8 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ blinker==1.8.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boltons==24.0.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.34.108
boto3==1.34.112
# via flask-mongorest-mpcontribs
botocore==1.34.108
botocore==1.34.112
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -259,7 +259,7 @@ mongoengine==0.28.2
# atlasq-tschaume
# flask-mongoengine-tschaume
# marshmallow-mongoengine
monty==2024.5.15
monty==2024.5.24
# via pymatgen
more-itertools==10.2.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down Expand Up @@ -345,7 +345,7 @@ prometheus-client==0.20.0
# notebook
prompt-toolkit==3.0.43
# via ipython
protobuf==5.26.1
protobuf==5.27.0
# via ddtrace
psutil==5.9.8
# via ipykernel
Expand Down Expand Up @@ -420,7 +420,7 @@ referencing==0.35.1
# jupyter-events
regex==2024.5.15
# via dateparser
requests==2.32.0
requests==2.32.2
# via
# atlasq-tschaume
# pymatgen
Expand Down Expand Up @@ -448,7 +448,7 @@ ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.10.1
# via boto3
scipy==1.13.0
scipy==1.13.1
# via
# -r python/requirements.txt
# pymatgen
Expand Down Expand Up @@ -526,7 +526,7 @@ traitlets==5.14.3
# notebook
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# anyio
# cattrs
Expand Down Expand Up @@ -570,7 +570,7 @@ zipp==3.18.2
# via importlib-metadata
zope-event==5.0
# via gevent
zope-interface==6.4
zope-interface==6.4.post2
# via gevent
zstandard==0.22.0
# via
Expand Down
8 changes: 4 additions & 4 deletions mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ matplotlib-inline==0.1.7
# via ipython
monotonic==1.6
# via bravado
monty==2024.5.15
monty==2024.5.24
# via pymatgen
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -165,7 +165,7 @@ referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.32.0
requests==2.32.2
# via
# bravado
# bravado-core
Expand All @@ -185,7 +185,7 @@ ruamel-yaml==0.18.6
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
scipy==1.13.0
scipy==1.13.1
# via
# -r python/requirements.txt
# pymatgen
Expand Down Expand Up @@ -228,7 +228,7 @@ traitlets==5.14.3
# matplotlib-inline
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# bravado
# ipython
Expand Down
12 changes: 6 additions & 6 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ jsonschema[format-nongpl]==4.22.0
# swagger-spec-validator
jsonschema-specifications==2023.12.1
# via jsonschema
jupyter-client==8.6.1
jupyter-client==8.6.2
# via
# -r MPContribs/mpcontribs-kernel-gateway/requirements.in
# ipykernel
Expand Down Expand Up @@ -179,7 +179,7 @@ mistune==3.0.2
# via nbconvert
monotonic==1.6
# via bravado
monty==2024.5.15
monty==2024.5.24
# via pymatgen
mpcontribs-client==5.8.3
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
Expand Down Expand Up @@ -249,7 +249,7 @@ prometheus-client==0.20.0
# via jupyter-server
prompt-toolkit==3.0.43
# via ipython
protobuf==5.26.1
protobuf==5.27.0
# via ddtrace
psutil==5.9.8
# via
Expand Down Expand Up @@ -308,7 +308,7 @@ referencing==0.35.1
# jsonschema
# jsonschema-specifications
# jupyter-events
requests==2.32.0
requests==2.32.2
# via
# bravado
# bravado-core
Expand All @@ -333,7 +333,7 @@ ruamel-yaml==0.18.6
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
scipy==1.13.0
scipy==1.13.1
# via
# -r python/requirements.txt
# pymatgen
Expand Down Expand Up @@ -411,7 +411,7 @@ traitlets==5.14.3
# nbformat
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# anyio
# bravado
Expand Down
18 changes: 9 additions & 9 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.108
boto3==1.34.112
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.108
botocore==1.34.112
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -150,7 +150,7 @@ jsonschema[format-nongpl]==4.22.0
# swagger-spec-validator
jsonschema-specifications==2023.12.1
# via jsonschema
jupyter-client==8.6.1
jupyter-client==8.6.2
# via
# ipykernel
# nbclient
Expand Down Expand Up @@ -183,7 +183,7 @@ mistune==3.0.2
# via nbconvert
monotonic==1.6
# via bravado
monty==2024.5.15
monty==2024.5.24
# via
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
# pymatgen
Expand Down Expand Up @@ -251,7 +251,7 @@ plotly==5.22.0
# pymatgen
prompt-toolkit==3.0.43
# via ipython
protobuf==5.26.1
protobuf==5.27.0
# via ddtrace
psutil==5.9.8
# via ipykernel
Expand Down Expand Up @@ -303,7 +303,7 @@ referencing==0.35.1
# via
# jsonschema
# jsonschema-specifications
requests==2.32.0
requests==2.32.2
# via
# bravado
# bravado-core
Expand All @@ -325,7 +325,7 @@ ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.10.1
# via boto3
scipy==1.13.0
scipy==1.13.1
# via
# -r python/requirements.txt
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
Expand Down Expand Up @@ -393,7 +393,7 @@ traitlets==5.14.3
# nbformat
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.11.0
typing-extensions==4.12.0
# via
# asgiref
# bravado
Expand Down Expand Up @@ -431,7 +431,7 @@ zipp==3.18.2
# via importlib-metadata
zope-event==5.0
# via gevent
zope-interface==6.4
zope-interface==6.4.post2
# via gevent

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

0 comments on commit 7bd1a49

Please sign in to comment.