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 Feb 19, 2024
1 parent 60e7b8a commit c2fc7f9
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
8 changes: 4 additions & 4 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.2.0
anyio==4.3.0
# via jupyter-server
apispec==5.2.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down Expand Up @@ -89,7 +89,7 @@ defusedxml==0.7.1
# via nbconvert
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.6.0
dnspython==2.6.1
# via
# mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
# pymongo
Expand Down Expand Up @@ -238,7 +238,7 @@ marshmallow==3.20.2
# marshmallow-mongoengine
marshmallow-mongoengine==0.31.2
# via flask-mongorest-mpcontribs
matplotlib==3.8.2
matplotlib==3.8.3
# via
# -r python/requirements.txt
# pymatgen
Expand Down Expand Up @@ -267,7 +267,7 @@ nbclassic==1.0.0
# via notebook
nbclient==0.9.0
# via nbconvert
nbconvert==7.16.0
nbconvert==7.16.1
# via
# jupyter-server
# nbclassic
Expand Down
4 changes: 2 additions & 2 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.6.0
dnspython==2.6.1
# via
# pyisemail
# pymongo
Expand Down Expand Up @@ -241,7 +241,7 @@ uncertainties==3.1.7
# via pymatgen
uri-template==1.3.0
# via jsonschema
urllib3==2.2.0
urllib3==2.2.1
# via requests
wcwidth==0.2.13
# via prompt-toolkit
Expand Down
8 changes: 4 additions & 4 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.2.0
anyio==4.3.0
# via jupyter-server
argon2-cffi==23.1.0
# via jupyter-server
Expand Down Expand Up @@ -64,7 +64,7 @@ defusedxml==0.7.1
# via nbconvert
deprecated==1.2.14
# via opentelemetry-api
dnspython==2.6.0
dnspython==2.6.1
# via
# pyisemail
# pymongo
Expand Down Expand Up @@ -191,7 +191,7 @@ msgpack==1.0.7
# bravado-core
nbclient==0.9.0
# via nbconvert
nbconvert==7.16.0
nbconvert==7.16.1
# via jupyter-server
nbformat==5.9.2
# via
Expand Down Expand Up @@ -427,7 +427,7 @@ uncertainties==3.1.7
# via pymatgen
uri-template==1.3.0
# via jsonschema
urllib3==2.2.0
urllib3==2.2.1
# via requests
wcwidth==0.2.13
# via prompt-toolkit
Expand Down
6 changes: 3 additions & 3 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
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.6.0
dnspython==2.6.1
# via
# pyisemail
# pymongo
Expand Down Expand Up @@ -171,7 +171,7 @@ markupsafe==2.1.5
# via
# jinja2
# nbconvert
matplotlib==3.8.2
matplotlib==3.8.3
# via
# -r python/requirements.txt
# pymatgen
Expand All @@ -197,7 +197,7 @@ msgpack==1.0.7
# bravado-core
nbclient==0.9.0
# via nbconvert
nbconvert==7.16.0
nbconvert==7.16.1
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
nbformat==5.9.2
# via
Expand Down

0 comments on commit c2fc7f9

Please sign in to comment.