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 Oct 23, 2023
1 parent 7b5a66a commit be26c40
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
8 changes: 4 additions & 4 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ blinker==1.6.3
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boltons==23.0.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.28.68
boto3==1.28.69
# via flask-mongorest-mpcontribs
botocore==1.31.68
botocore==1.31.69
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -81,7 +81,7 @@ dateparser==1.1.8
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
ddsketch==2.0.4
# via ddtrace
ddtrace==2.1.1
ddtrace==2.0.3
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
debugpy==1.8.0
# via ipykernel
Expand Down Expand Up @@ -449,7 +449,7 @@ rq==1.15.1
# rq-scheduler
rq-scheduler==0.13.1
# via flask-rq2
ruamel-yaml==0.17.40
ruamel-yaml==0.18.0
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
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 @@ -183,7 +183,7 @@ rpds-py==0.10.6
# via
# jsonschema
# referencing
ruamel-yaml==0.17.40
ruamel-yaml==0.18.0
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
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 @@ -57,7 +57,7 @@ cycler==0.12.1
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==2.1.1
ddtrace==2.0.3
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
debugpy==1.8.0
# via ipykernel
Expand Down Expand Up @@ -375,7 +375,7 @@ rpds-py==0.10.6
# via
# jsonschema
# referencing
ruamel-yaml==0.17.40
ruamel-yaml==0.18.0
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
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 @@ -28,9 +28,9 @@ boltons==23.0.0
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.28.68
boto3==1.28.69
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.31.68
botocore==1.31.69
# via
# boto3
# s3transfer
Expand All @@ -54,7 +54,7 @@ cycler==0.12.1
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==2.1.1
ddtrace==2.0.3
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
debugpy==1.8.0
# via ipykernel
Expand Down Expand Up @@ -325,7 +325,7 @@ rpds-py==0.10.6
# via
# jsonschema
# referencing
ruamel-yaml==0.17.40
ruamel-yaml==0.18.0
# via pymatgen
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
Expand Down

0 comments on commit be26c40

Please sign in to comment.