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 Dec 23, 2024
1 parent 94a9bc9 commit a017cdd
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ cffi==1.17.1
# cryptography
charset-normalizer==3.4.0
# via requests
click==8.1.7
click==8.1.8
# via
# flask
# rq
Expand Down Expand Up @@ -157,7 +157,7 @@ itsdangerous==2.2.0
# via flask
jedi==0.19.2
# via ipython
jinja2==3.1.4
jinja2==3.1.5
# via
# flask
# jupyter-server
Expand Down Expand Up @@ -413,7 +413,7 @@ rpds-py==0.22.3
# via
# jsonschema
# referencing
rq==2.0.0
rq==2.1.0
# via
# flask-rq2
# rq-scheduler
Expand Down Expand Up @@ -510,7 +510,7 @@ uncertainties==3.2.2
# pymatgen
uri-template==1.3.0
# via jsonschema
urllib3==2.2.3
urllib3==2.3.0
# via
# botocore
# requests
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ uncertainties==3.2.2
# via pymatgen
uri-template==1.3.0
# via jsonschema
urllib3==2.2.3
urllib3==2.3.0
# via requests
wcwidth==0.2.13
# via prompt-toolkit
Expand Down
4 changes: 2 additions & 2 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ isoduration==20.11.0
# via jsonschema
jedi==0.19.2
# via ipython
jinja2==3.1.4
jinja2==3.1.5
# via
# jupyter-server
# nbconvert
Expand Down Expand Up @@ -413,7 +413,7 @@ uncertainties==3.2.2
# via pymatgen
uri-template==1.3.0
# via jsonschema
urllib3==2.2.3
urllib3==2.3.0
# via requests
wcwidth==0.2.13
# via prompt-toolkit
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 @@ -113,7 +113,7 @@ isoduration==20.11.0
# via jsonschema
jedi==0.19.2
# via ipython
jinja2==3.1.4
jinja2==3.1.5
# via
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
# nbconvert
Expand Down Expand Up @@ -393,7 +393,7 @@ uncertainties==3.2.2
# via pymatgen
uri-template==1.3.0
# via jsonschema
urllib3==2.2.3
urllib3==2.3.0
# via
# botocore
# requests
Expand Down

0 comments on commit a017cdd

Please sign in to comment.