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 27, 2025
1 parent 542da3a commit 0b9912e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
6 changes: 3 additions & 3 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ asttokens==3.0.0
# via stack-data
atlasq-tschaume==0.11.1.dev2
# via flask-mongorest-mpcontribs
attrs==24.3.0
attrs==25.1.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -80,7 +80,7 @@ decorator==5.1.1
# via ipython
defusedxml==0.7.1
# via nbconvert
deprecated==1.2.17
deprecated==1.2.18
# via opentelemetry-api
dnspython==2.7.0
# via
Expand Down Expand Up @@ -396,7 +396,7 @@ redis==5.2.1
# flask-rq2
# flask-sse
# rq
referencing==0.36.1
referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
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 @@ -8,7 +8,7 @@ arrow==1.3.0
# via isoduration
asttokens==3.0.0
# via stack-data
attrs==24.3.0
attrs==25.1.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -167,7 +167,7 @@ pyyaml==6.0.2
# bravado-core
# pybtex
# swagger-spec-validator
referencing==0.36.1
referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
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 @@ -14,7 +14,7 @@ arrow==1.3.0
# via isoduration
asttokens==3.0.0
# via stack-data
attrs==24.3.0
attrs==25.1.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -56,7 +56,7 @@ decorator==5.1.1
# via ipython
defusedxml==0.7.1
# via nbconvert
deprecated==1.2.17
deprecated==1.2.18
# via opentelemetry-api
dnspython==2.7.0
# via
Expand Down Expand Up @@ -300,7 +300,7 @@ pyzmq==26.2.0
# ipykernel
# jupyter-client
# jupyter-server
referencing==0.36.1
referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
Expand Down
6 changes: 3 additions & 3 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ asgiref==3.8.1
# via django
asttokens==3.0.0
# via stack-data
attrs==24.3.0
attrs==25.1.0
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -54,7 +54,7 @@ decorator==5.1.1
# via ipython
defusedxml==0.7.1
# via nbconvert
deprecated==1.2.17
deprecated==1.2.18
# via opentelemetry-api
django==3.2.25
# via
Expand Down Expand Up @@ -295,7 +295,7 @@ pyzmq==26.2.0
# jupyter-client
redis==5.2.1
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
referencing==0.36.1
referencing==0.36.2
# via
# jsonschema
# jsonschema-specifications
Expand Down

0 comments on commit 0b9912e

Please sign in to comment.