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 Apr 11, 2024
1 parent 743f667 commit 52d7921
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
6 changes: 3 additions & 3 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ greenlet==3.0.3
# via gevent
gunicorn[gevent]==21.2.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
idna==3.6
idna==3.7
# via
# anyio
# jsonschema
Expand Down Expand Up @@ -217,7 +217,7 @@ jupyter-core==5.7.2
# notebook
jupyter-events==0.10.0
# via jupyter-server
jupyter-server==2.13.0
jupyter-server==2.14.0
# via
# nbclassic
# notebook-shim
Expand Down Expand Up @@ -477,7 +477,7 @@ sniffio==1.3.1
# via anyio
soupsieve==2.5
# via beautifulsoup4
spglib==2.3.1
spglib==2.4.0
# via pymatgen
sqlparse==0.4.4
# via ddtrace
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 @@ -48,7 +48,7 @@ fqdn==1.5.1
# via jsonschema
future==1.0.0
# via uncertainties
idna==3.6
idna==3.7
# via
# jsonschema
# requests
Expand Down Expand Up @@ -204,7 +204,7 @@ six==1.16.0
# pybtex
# python-dateutil
# rfc3339-validator
spglib==2.3.1
spglib==2.4.0
# via pymatgen
stack-data==0.6.3
# via ipython
Expand Down
6 changes: 3 additions & 3 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ fqdn==1.5.1
# via jsonschema
future==1.0.0
# via uncertainties
idna==3.6
idna==3.7
# via
# anyio
# jsonschema
Expand Down Expand Up @@ -149,7 +149,7 @@ jupyter-events==0.10.0
# via jupyter-server
jupyter-kernel-gateway==3.0.1
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
jupyter-server==2.13.0
jupyter-server==2.14.0
# via jupyter-kernel-gateway
jupyter-server-terminals==0.5.3
# via jupyter-server
Expand Down Expand Up @@ -361,7 +361,7 @@ sniffio==1.3.1
# via anyio
soupsieve==2.5
# via beautifulsoup4
spglib==2.3.1
spglib==2.4.0
# via pymatgen
sqlparse==0.4.4
# via ddtrace
Expand Down
4 changes: 2 additions & 2 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ greenlet==3.0.3
# via gevent
gunicorn[gevent]==21.2.0
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
idna==3.6
idna==3.7
# via
# jsonschema
# requests
Expand Down Expand Up @@ -352,7 +352,7 @@ six==1.16.0
# rfc3339-validator
soupsieve==2.5
# via beautifulsoup4
spglib==2.3.1
spglib==2.4.0
# via pymatgen
sqlparse==0.4.4
# via
Expand Down

0 comments on commit 52d7921

Please sign in to comment.