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 Nov 4, 2024
1 parent e3bb2a5 commit e855bf6
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 19 deletions.
16 changes: 8 additions & 8 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ bleach==6.2.0
# via nbconvert
blinker==1.8.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boltons==24.0.0
boltons==24.1.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.35.51
boto3==1.35.54
# via flask-mongorest-mpcontribs
botocore==1.35.51
botocore==1.35.54
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -72,7 +72,7 @@ cycler==0.12.1
# via matplotlib
dateparser==1.2.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
ddtrace==2.14.4
ddtrace==2.15.1
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
debugpy==1.8.7
# via ipykernel
Expand Down Expand Up @@ -213,7 +213,7 @@ markupsafe==3.0.2
# jinja2
# nbconvert
# werkzeug
marshmallow==3.23.0
marshmallow==3.23.1
# via
# flask-marshmallow
# marshmallow-mongoengine
Expand Down Expand Up @@ -284,7 +284,7 @@ numpy==1.26.4
# spglib
opentelemetry-api==1.27.0
# via ddtrace
orjson==3.10.10
orjson==3.10.11
# via flask-mongorest-mpcontribs
overrides==7.7.0
# via jupyter-server
Expand Down Expand Up @@ -409,7 +409,7 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rpds-py==0.20.0
rpds-py==0.20.1
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -526,7 +526,7 @@ websocket-client==1.8.0
# via
# jupyter-server
# mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
werkzeug==3.0.6
werkzeug==3.1.1
# via
# flasgger-tschaume
# flask
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 @@ -12,7 +12,7 @@ attrs==24.2.0
# via
# jsonschema
# referencing
boltons==24.0.0
boltons==24.1.0
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
bravado==11.0.3
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
Expand Down Expand Up @@ -177,7 +177,7 @@ rfc3339-validator==0.1.4
# via jsonschema
rfc3986-validator==0.1.1
# via jsonschema
rpds-py==0.20.0
rpds-py==0.20.1
# via
# jsonschema
# referencing
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 @@ -24,7 +24,7 @@ bleach==6.2.0
# via nbconvert
blinker==1.8.2
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
boltons==24.0.0
boltons==24.1.0
# via mpcontribs-client
bravado==11.0.3
# via mpcontribs-client
Expand All @@ -48,7 +48,7 @@ contourpy==1.3.0
# via matplotlib
cycler==0.12.1
# via matplotlib
ddtrace==2.14.4
ddtrace==2.15.1
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
debugpy==1.8.7
# via ipykernel
Expand Down Expand Up @@ -316,7 +316,7 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rpds-py==0.20.0
rpds-py==0.20.1
# via
# jsonschema
# referencing
Expand Down
12 changes: 6 additions & 6 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ beautifulsoup4==4.12.3
# via nbconvert
bleach==6.2.0
# via nbconvert
boltons==24.0.0
boltons==24.1.0
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.35.51
boto3==1.35.54
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.35.51
botocore==1.35.54
# via
# boto3
# s3transfer
Expand All @@ -46,7 +46,7 @@ contourpy==1.3.0
# via matplotlib
cycler==0.12.1
# via matplotlib
ddtrace==2.14.4
ddtrace==2.15.1
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
debugpy==1.8.7
# via ipykernel
Expand Down Expand Up @@ -305,7 +305,7 @@ rfc3339-validator==0.1.4
# via jsonschema
rfc3986-validator==0.1.1
# via jsonschema
rpds-py==0.20.0
rpds-py==0.20.1
# via
# jsonschema
# referencing
Expand Down Expand Up @@ -406,7 +406,7 @@ webencodings==0.5.1
# via
# bleach
# tinycss2
whitenoise==6.8.1
whitenoise==6.8.2
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
wrapt==1.16.0
# via
Expand Down

0 comments on commit e855bf6

Please sign in to comment.