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 Nov 23, 2023
1 parent cd3b175 commit ecb2a28
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 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.0.0
anyio==4.1.0
# via jupyter-server
apispec==5.2.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
Expand Down Expand Up @@ -221,7 +221,7 @@ jupyter-server==2.10.1
# notebook-shim
jupyter-server-terminals==0.4.4
# via jupyter-server
jupyterlab-pygments==0.2.2
jupyterlab-pygments==0.3.0
# via nbconvert
kiwisolver==1.4.5
# via matplotlib
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 @@ -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.0.0
anyio==4.1.0
# via jupyter-server
argon2-cffi==23.1.0
# via
Expand Down Expand Up @@ -170,7 +170,7 @@ jupyter-server==2.10.1
# notebook-shim
jupyter-server-terminals==0.4.4
# via jupyter-server
jupyterlab-pygments==0.2.2
jupyterlab-pygments==0.3.0
# via nbconvert
jupyterlab-widgets==3.0.9
# via ipywidgets
Expand Down Expand Up @@ -198,7 +198,7 @@ monotonic==1.6
# via bravado
monty==2023.11.3
# via pymatgen
mpcontribs-client==5.5.3
mpcontribs-client==5.5.4
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
mpmath==1.3.0
# via sympy
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 @@ -159,7 +159,7 @@ jupyter-core==5.5.0
# nbclient
# nbconvert
# nbformat
jupyterlab-pygments==0.2.2
jupyterlab-pygments==0.3.0
# via nbconvert
kiwisolver==1.4.5
# via matplotlib
Expand All @@ -185,7 +185,7 @@ monty==2023.11.3
# via
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
# pymatgen
mpcontribs-client==5.5.3
mpcontribs-client==5.5.4
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
mpmath==1.3.0
# via sympy
Expand Down

0 comments on commit ecb2a28

Please sign in to comment.