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 Oct 17, 2024
1 parent 12fa6c4 commit 2a986bc
Show file tree
Hide file tree
Showing 4 changed files with 47 additions and 47 deletions.
36 changes: 18 additions & 18 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.6.0
anyio==4.6.2.post1
# via jupyter-server
apispec==5.2.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down Expand Up @@ -36,9 +36,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.35.34
boto3==1.35.43
# via flask-mongorest-mpcontribs
botocore==1.35.34
botocore==1.35.43
# via
# boto3
# s3transfer
Expand All @@ -52,7 +52,7 @@ cffi==1.17.1
# via
# argon2-cffi-bindings
# cryptography
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
click==8.1.7
# via
Expand All @@ -62,7 +62,7 @@ comm==0.2.2
# via ipykernel
contourpy==1.3.0
# via matplotlib
cramjam==2.8.4
cramjam==2.9.0
# via python-snappy
crontab==1.0.1
# via rq-scheduler
Expand All @@ -76,7 +76,7 @@ dateparser==1.2.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
ddtrace==2.14.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
debugpy==1.8.6
debugpy==1.8.7
# via ipykernel
decorator==5.1.1
# via ipython
Expand Down Expand Up @@ -114,7 +114,7 @@ flask==2.2.5
# flask-mongoengine-tschaume
# flask-rq2
# flask-sse
flask-compress==1.15
flask-compress==1.17
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
flask-marshmallow==1.2.1
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand All @@ -134,7 +134,7 @@ fqdn==1.5.1
# via jsonschema
freezegun==1.5.1
# via rq-scheduler
gevent==24.2.1
gevent==24.10.2
# via gunicorn
greenlet==3.1.1
# via gevent
Expand Down Expand Up @@ -185,7 +185,7 @@ jsonschema[format-nongpl]==4.23.0
# flasgger-tschaume
# jupyter-events
# nbformat
jsonschema-specifications==2023.12.1
jsonschema-specifications==2024.10.1
# via jsonschema
jupyter-client==7.4.9
# via
Expand Down Expand Up @@ -214,12 +214,12 @@ kiwisolver==1.4.7
# via matplotlib
latexcodec==3.0.0
# via pybtex
markupsafe==2.1.5
markupsafe==3.0.1
# via
# jinja2
# nbconvert
# werkzeug
marshmallow==3.22.0
marshmallow==3.23.0
# via
# flask-marshmallow
# marshmallow-mongoengine
Expand Down Expand Up @@ -271,7 +271,7 @@ nest-asyncio==1.6.0
# jupyter-client
# nbclassic
# notebook
networkx==3.3
networkx==3.4.1
# via pymatgen
notebook==6.5.7
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down Expand Up @@ -314,7 +314,7 @@ parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.4.0
pillow==11.0.0
# via matplotlib
pint==0.19.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand All @@ -332,7 +332,7 @@ protobuf==5.28.2
# via ddtrace
psutil==6.0.0
# via ipykernel
psycopg2-binary==2.9.9
psycopg2-binary==2.9.10
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
ptyprocess==0.7.0
# via
Expand All @@ -357,7 +357,7 @@ pymongo==4.8.0
# mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
pyopenssl==24.2.1
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
pyparsing==3.1.4
pyparsing==3.2.0
# via matplotlib
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -429,7 +429,7 @@ ruamel-yaml==0.18.6
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.10.2
s3transfer==0.10.3
# via boto3
scipy==1.14.1
# via
Expand Down Expand Up @@ -540,13 +540,13 @@ wrapt==1.16.0
# via
# ddtrace
# deprecated
xmltodict==0.13.0
xmltodict==0.14.2
# via ddtrace
zipp==3.20.2
# via importlib-metadata
zope-event==5.0
# via gevent
zope-interface==7.0.3
zope-interface==7.1.0
# via gevent
zstandard==0.23.0
# via
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 @@ -22,7 +22,7 @@ cachetools==5.5.0
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
certifi==2024.8.30
# via requests
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
contourpy==1.3.0
# via matplotlib
Expand Down Expand Up @@ -70,7 +70,7 @@ jsonschema[format-nongpl]==4.23.0
# via
# bravado-core
# swagger-spec-validator
jsonschema-specifications==2023.12.1
jsonschema-specifications==2024.10.1
# via jsonschema
kiwisolver==1.4.7
# via matplotlib
Expand All @@ -92,7 +92,7 @@ msgpack==1.1.0
# via
# bravado
# bravado-core
networkx==3.3
networkx==3.4.1
# via pymatgen
numpy==1.26.4
# via
Expand All @@ -119,7 +119,7 @@ parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.4.0
pillow==11.0.0
# via matplotlib
pint==0.19.2
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
Expand All @@ -143,7 +143,7 @@ pymatgen==2024.10.3
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pymongo==4.10.1
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pyparsing==3.1.4
pyparsing==3.2.0
# via matplotlib
python-dateutil==2.9.0.post0
# via
Expand Down
20 changes: 10 additions & 10 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.6.0
anyio==4.6.2.post1
# via jupyter-server
argon2-cffi==23.1.0
# via jupyter-server
Expand Down Expand Up @@ -38,7 +38,7 @@ certifi==2024.8.30
# via requests
cffi==1.17.1
# via argon2-cffi-bindings
charset-normalizer==3.3.2
charset-normalizer==3.4.0
# via requests
comm==0.2.2
# via
Expand All @@ -50,7 +50,7 @@ cycler==0.12.1
# via matplotlib
ddtrace==2.14.2
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
debugpy==1.8.6
debugpy==1.8.7
# via ipykernel
decorator==5.1.1
# via ipython
Expand Down Expand Up @@ -120,7 +120,7 @@ jsonschema[format-nongpl]==4.23.0
# jupyter-events
# nbformat
# swagger-spec-validator
jsonschema-specifications==2023.12.1
jsonschema-specifications==2024.10.1
# via jsonschema
jupyter-client==8.6.3
# via
Expand Down Expand Up @@ -156,7 +156,7 @@ kiwisolver==1.4.7
# via matplotlib
latexcodec==3.0.0
# via pybtex
markupsafe==2.1.5
markupsafe==3.0.1
# via
# jinja2
# nbconvert
Expand All @@ -174,7 +174,7 @@ monotonic==1.6
# via bravado
monty==2024.7.30
# via pymatgen
mpcontribs-client==5.8.4
mpcontribs-client==5.9.0
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
mpmath==1.3.0
# via sympy
Expand All @@ -193,7 +193,7 @@ nbformat==5.10.4
# nbconvert
nest-asyncio==1.6.0
# via ipykernel
networkx==3.3
networkx==3.4.1
# via pymatgen
numpy==1.26.4
# via
Expand Down Expand Up @@ -229,7 +229,7 @@ parso==0.8.4
# via jedi
pexpect==4.9.0
# via ipython
pillow==10.4.0
pillow==11.0.0
# via matplotlib
pint==0.19.2
# via mpcontribs-client
Expand Down Expand Up @@ -271,7 +271,7 @@ pymongo==4.8.0
# via
# -r MPContribs/mpcontribs-kernel-gateway/requirements.in
# mpcontribs-client
pyparsing==3.1.4
pyparsing==3.2.0
# via matplotlib
python-dateutil==2.9.0.post0
# via
Expand Down Expand Up @@ -436,7 +436,7 @@ wrapt==1.16.0
# via
# ddtrace
# deprecated
xmltodict==0.13.0
xmltodict==0.14.2
# via ddtrace
zipp==3.20.2
# via importlib-metadata
Loading

0 comments on commit 2a986bc

Please sign in to comment.