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 1, 2024
1 parent a06bf2b commit d728bf8
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
14 changes: 7 additions & 7 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async-timeout==4.0.3
# via redis
atlasq-tschaume==0.11.1.dev2
# via flask-mongorest-mpcontribs
attrs==23.1.0
attrs==23.2.0
# via
# cattrs
# ddtrace
Expand All @@ -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.7
boto3==1.34.11
# via flask-mongorest-mpcontribs
botocore==1.34.7
botocore==1.34.11
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -104,7 +104,7 @@ exceptiongroup==1.2.0
# ipython
executing==2.0.1
# via stack-data
fastjsonschema==2.19.0
fastjsonschema==2.19.1
# via nbformat
fastnumbers==5.1.0
# via flask-mongorest-mpcontribs
Expand Down Expand Up @@ -155,7 +155,7 @@ idna==3.6
# requests
importlib-metadata==6.11.0
# via opentelemetry-api
ipykernel==6.27.1
ipykernel==6.28.0
# via
# nbclassic
# notebook
Expand Down Expand Up @@ -219,7 +219,7 @@ jupyter-server==2.12.1
# via
# nbclassic
# notebook-shim
jupyter-server-terminals==0.5.0
jupyter-server-terminals==0.5.1
# via jupyter-server
jupyterlab-pygments==0.3.0
# via nbconvert
Expand Down Expand Up @@ -433,7 +433,7 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rpds-py==0.15.2
rpds-py==0.16.2
# via
# jsonschema
# referencing
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==2.4.1
# via stack-data
attrs==23.1.0
attrs==23.2.0
# via
# jsonschema
# referencing
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.15.2
rpds-py==0.16.2
# via
# jsonschema
# referencing
Expand Down
10 changes: 5 additions & 5 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ arrow==1.3.0
# via isoduration
asttokens==2.4.1
# via stack-data
attrs==23.1.0
attrs==23.2.0
# via
# cattrs
# ddtrace
Expand Down Expand Up @@ -82,7 +82,7 @@ exceptiongroup==1.2.0
# ipython
executing==2.0.1
# via stack-data
fastjsonschema==2.19.0
fastjsonschema==2.19.1
# via nbformat
filetype==1.2.0
# via mpcontribs-client
Expand All @@ -101,7 +101,7 @@ idna==3.6
# requests
importlib-metadata==6.11.0
# via opentelemetry-api
ipykernel==6.27.1
ipykernel==6.28.0
# via
# nbclassic
# notebook
Expand Down Expand Up @@ -170,7 +170,7 @@ jupyter-server==2.12.1
# via
# nbclassic
# notebook-shim
jupyter-server-terminals==0.5.0
jupyter-server-terminals==0.5.1
# via jupyter-server
jupyterlab-pygments==0.3.0
# via nbconvert
Expand Down Expand Up @@ -366,7 +366,7 @@ rfc3986-validator==0.1.1
# via
# jsonschema
# jupyter-events
rpds-py==0.15.2
rpds-py==0.16.2
# 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 @@ -12,7 +12,7 @@ asttokens==2.4.1
# via stack-data
async-timeout==4.0.3
# via redis
attrs==23.1.0
attrs==23.2.0
# via
# cattrs
# ddtrace
Expand All @@ -26,9 +26,9 @@ boltons==23.1.1
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.34.7
boto3==1.34.11
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.7
botocore==1.34.11
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -87,7 +87,7 @@ exceptiongroup==1.2.0
# ipython
executing==2.0.1
# via stack-data
fastjsonschema==2.19.0
fastjsonschema==2.19.1
# via nbformat
fastnumbers==5.1.0
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
Expand All @@ -113,7 +113,7 @@ idna==3.6
# requests
importlib-metadata==6.11.0
# via opentelemetry-api
ipykernel==6.27.1
ipykernel==6.28.0
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
ipython==8.19.0
# via
Expand Down Expand Up @@ -317,7 +317,7 @@ rfc3339-validator==0.1.4
# via jsonschema
rfc3986-validator==0.1.1
# via jsonschema
rpds-py==0.15.2
rpds-py==0.16.2
# via
# jsonschema
# referencing
Expand Down

0 comments on commit d728bf8

Please sign in to comment.