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 Mar 18, 2024
1 parent c7287fe commit e9bc06c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ redis==5.0.3
# flask-rq2
# flask-sse
# rq
referencing==0.33.0
referencing==0.34.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -526,7 +526,7 @@ traitlets==5.14.2
# nbconvert
# nbformat
# notebook
types-python-dateutil==2.9.0.20240315
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.10.0
# via
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 @@ -161,7 +161,7 @@ pyyaml==6.0.1
# bravado-core
# pybtex
# swagger-spec-validator
referencing==0.33.0
referencing==0.34.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -226,7 +226,7 @@ traitlets==5.14.2
# via
# ipython
# matplotlib-inline
types-python-dateutil==2.9.0.20240315
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.10.0
# via
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 @@ -305,7 +305,7 @@ pyzmq==25.1.2
# ipykernel
# jupyter-client
# jupyter-server
referencing==0.33.0
referencing==0.34.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -411,7 +411,7 @@ traitlets==5.14.2
# nbclient
# nbconvert
# nbformat
types-python-dateutil==2.9.0.20240315
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.10.0
# via
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 @@ -301,7 +301,7 @@ pyzmq==25.1.2
# jupyter-client
redis==5.0.3
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
referencing==0.33.0
referencing==0.34.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -393,7 +393,7 @@ traitlets==5.14.2
# nbclient
# nbconvert
# nbformat
types-python-dateutil==2.9.0.20240315
types-python-dateutil==2.9.0.20240316
# via arrow
typing-extensions==4.10.0
# via
Expand Down

0 comments on commit e9bc06c

Please sign in to comment.