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 5, 2024
1 parent 01aa453 commit 03ae916
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ blinker==1.7.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boltons==23.1.1
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.34.13
boto3==1.34.14
# via flask-mongorest-mpcontribs
botocore==1.34.13
botocore==1.34.14
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -414,7 +414,7 @@ redis==5.0.1
# flask-rq2
# flask-sse
# rq
referencing==0.32.0
referencing==0.32.1
# via
# jsonschema
# jsonschema-specifications
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 @@ -161,7 +161,7 @@ pyyaml==6.0.1
# bravado-core
# pybtex
# swagger-spec-validator
referencing==0.32.0
referencing==0.32.1
# via
# jsonschema
# jsonschema-specifications
Expand Down
2 changes: 1 addition & 1 deletion mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,7 @@ pyzmq==24.0.1
# jupyter-server
# nbclassic
# notebook
referencing==0.32.0
referencing==0.32.1
# 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 @@ -26,9 +26,9 @@ boltons==23.1.1
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.34.13
boto3==1.34.14
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.13
botocore==1.34.14
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -301,7 +301,7 @@ pyzmq==25.1.2
# jupyter-client
redis==5.0.1
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
referencing==0.32.0
referencing==0.32.1
# via
# jsonschema
# jsonschema-specifications
Expand Down

0 comments on commit 03ae916

Please sign in to comment.