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 Jan 8, 2024
1 parent 03ae916 commit 89bc46c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ ipykernel==6.28.0
# via
# nbclassic
# notebook
ipython==8.19.0
ipython==8.20.0
# via ipykernel
ipython-genutils==0.2.0
# via
Expand Down Expand Up @@ -203,7 +203,7 @@ jupyter-client==7.4.9
# nbclassic
# nbclient
# notebook
jupyter-core==5.7.0
jupyter-core==5.7.1
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -259,7 +259,7 @@ mongoengine==0.27.0
# marshmallow-mongoengine
monty==2023.11.3
# via pymatgen
more-itertools==10.1.0
more-itertools==10.2.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
mpmath==1.3.0
# via sympy
Expand Down Expand Up @@ -524,7 +524,7 @@ traitlets==5.14.1
# nbconvert
# nbformat
# notebook
types-python-dateutil==2.8.19.14
types-python-dateutil==2.8.19.20240106
# via arrow
typing-extensions==4.9.0
# via
Expand All @@ -543,7 +543,7 @@ urllib3==2.0.7
# via
# botocore
# requests
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit
webcolors==1.13
# via jsonschema
Expand Down
6 changes: 3 additions & 3 deletions mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ idna==3.6
# via
# jsonschema
# requests
ipython==8.19.0
ipython==8.20.0
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
isoduration==20.11.0
# via jsonschema
Expand Down Expand Up @@ -227,7 +227,7 @@ traitlets==5.14.1
# via
# ipython
# matplotlib-inline
types-python-dateutil==2.8.19.14
types-python-dateutil==2.8.19.20240106
# via arrow
typing-extensions==4.9.0
# via
Expand All @@ -241,7 +241,7 @@ uri-template==1.3.0
# via jsonschema
urllib3==2.1.0
# via requests
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit
webcolors==1.13
# via jsonschema
8 changes: 4 additions & 4 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ ipykernel==6.28.0
# via
# nbclassic
# notebook
ipython==8.19.0
ipython==8.20.0
# via
# ipykernel
# ipywidgets
Expand Down Expand Up @@ -151,7 +151,7 @@ jupyter-client==7.4.9
# nbclassic
# nbclient
# notebook
jupyter-core==5.7.0
jupyter-core==5.7.1
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -458,7 +458,7 @@ traitlets==5.14.1
# nbconvert
# nbformat
# notebook
types-python-dateutil==2.8.19.14
types-python-dateutil==2.8.19.20240106
# via arrow
typing-extensions==4.9.0
# via
Expand All @@ -475,7 +475,7 @@ uri-template==1.3.0
# via jsonschema
urllib3==2.1.0
# via requests
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit
webcolors==1.13
# via jsonschema
Expand Down
8 changes: 4 additions & 4 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ importlib-metadata==6.11.0
# via opentelemetry-api
ipykernel==6.28.0
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
ipython==8.19.0
ipython==8.20.0
# via
# ipykernel
# mpcontribs-client
Expand Down Expand Up @@ -154,7 +154,7 @@ jupyter-client==8.6.0
# via
# ipykernel
# nbclient
jupyter-core==5.7.0
jupyter-core==5.7.1
# via
# ipykernel
# jupyter-client
Expand Down Expand Up @@ -392,7 +392,7 @@ traitlets==5.14.1
# nbclient
# nbconvert
# nbformat
types-python-dateutil==2.8.19.14
types-python-dateutil==2.8.19.20240106
# via arrow
typing-extensions==4.9.0
# via
Expand All @@ -411,7 +411,7 @@ urllib3==2.0.7
# via
# botocore
# requests
wcwidth==0.2.12
wcwidth==0.2.13
# via prompt-toolkit
webcolors==1.13
# via jsonschema
Expand Down

0 comments on commit 89bc46c

Please sign in to comment.