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 15, 2023
1 parent dfc285f commit a84ed46
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 35 deletions.
22 changes: 11 additions & 11 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.28.84
boto3==1.29.1
# via flask-mongorest-mpcontribs
botocore==1.31.84
botocore==1.32.1
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -79,7 +79,7 @@ dateparser==1.1.8
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
ddsketch==2.0.4
# via ddtrace
ddtrace==2.0.7
ddtrace==2.0.9
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
debugpy==1.8.0
# via ipykernel
Expand All @@ -104,7 +104,7 @@ exceptiongroup==1.1.3
# ipython
executing==2.0.1
# via stack-data
fastjsonschema==2.18.1
fastjsonschema==2.19.0
# via nbformat
fastnumbers==5.0.1
# via flask-mongorest-mpcontribs
Expand Down Expand Up @@ -134,7 +134,7 @@ flask-sse==1.0.0
# via flask-mongorest-mpcontribs
flatten-dict==0.4.2
# via flask-mongorest-mpcontribs
fonttools==4.44.0
fonttools==4.44.3
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -194,7 +194,7 @@ jsonschema[format-nongpl]==4.19.2
# flasgger-tschaume
# jupyter-events
# nbformat
jsonschema-specifications==2023.7.1
jsonschema-specifications==2023.11.1
# via jsonschema
jupyter-client==7.4.9
# via
Expand All @@ -215,7 +215,7 @@ jupyter-core==5.5.0
# notebook
jupyter-events==0.9.0
# via jupyter-server
jupyter-server==2.10.0
jupyter-server==2.10.1
# via
# nbclassic
# notebook-shim
Expand Down Expand Up @@ -342,9 +342,9 @@ prometheus-client==0.18.0
# jupyter-server
# nbclassic
# notebook
prompt-toolkit==3.0.40
prompt-toolkit==3.0.41
# via ipython
protobuf==4.25.0
protobuf==4.25.1
# via
# ddsketch
# ddtrace
Expand Down Expand Up @@ -414,7 +414,7 @@ redis==5.0.1
# flask-rq2
# flask-sse
# rq
referencing==0.30.2
referencing==0.31.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -542,7 +542,7 @@ urllib3==2.0.7
# via
# botocore
# requests
wcwidth==0.2.9
wcwidth==0.2.10
# via prompt-toolkit
webcolors==1.13
# via jsonschema
Expand Down
10 changes: 5 additions & 5 deletions mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ filetype==1.2.0
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
flatten-dict==0.4.2
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
fonttools==4.44.0
fonttools==4.44.3
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -68,7 +68,7 @@ jsonschema[format]==4.19.2
# via
# bravado-core
# swagger-spec-validator
jsonschema-specifications==2023.7.1
jsonschema-specifications==2023.11.1
# via jsonschema
kiwisolver==1.4.5
# via matplotlib
Expand Down Expand Up @@ -124,7 +124,7 @@ plotly==5.18.0
# via
# mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
# pymatgen
prompt-toolkit==3.0.40
prompt-toolkit==3.0.41
# via ipython
ptyprocess==0.7.0
# via pexpect
Expand Down Expand Up @@ -159,7 +159,7 @@ pyyaml==6.0.1
# bravado-core
# pybtex
# swagger-spec-validator
referencing==0.30.2
referencing==0.31.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -239,7 +239,7 @@ uri-template==1.3.0
# via jsonschema
urllib3==2.1.0
# via requests
wcwidth==0.2.9
wcwidth==0.2.10
# via prompt-toolkit
webcolors==1.13
# via jsonschema
18 changes: 9 additions & 9 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ cycler==0.12.1
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==2.0.7
ddtrace==2.0.9
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
debugpy==1.8.0
# via ipykernel
Expand All @@ -80,13 +80,13 @@ exceptiongroup==1.1.3
# ipython
executing==2.0.1
# via stack-data
fastjsonschema==2.18.1
fastjsonschema==2.19.0
# via nbformat
filetype==1.2.0
# via mpcontribs-client
flatten-dict==0.4.2
# via mpcontribs-client
fonttools==4.44.0
fonttools==4.44.3
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -138,7 +138,7 @@ jsonschema[format,format-nongpl]==4.19.2
# jupyter-events
# nbformat
# swagger-spec-validator
jsonschema-specifications==2023.7.1
jsonschema-specifications==2023.11.1
# via jsonschema
jupyter-client==7.4.9
# via
Expand All @@ -164,7 +164,7 @@ jupyter-events==0.9.0
# via jupyter-server
jupyter-kernel-gateway==2.5.2
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
jupyter-server==2.10.0
jupyter-server==2.10.1
# via
# nbclassic
# notebook-shim
Expand Down Expand Up @@ -282,9 +282,9 @@ prometheus-client==0.18.0
# jupyter-server
# nbclassic
# notebook
prompt-toolkit==3.0.40
prompt-toolkit==3.0.41
# via ipython
protobuf==4.25.0
protobuf==4.25.1
# via
# ddsketch
# ddtrace
Expand Down Expand Up @@ -342,7 +342,7 @@ pyzmq==24.0.1
# jupyter-server
# nbclassic
# notebook
referencing==0.30.2
referencing==0.31.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -474,7 +474,7 @@ uri-template==1.3.0
# via jsonschema
urllib3==2.1.0
# via requests
wcwidth==0.2.9
wcwidth==0.2.10
# via prompt-toolkit
webcolors==1.13
# via jsonschema
Expand Down
20 changes: 10 additions & 10 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.28.84
boto3==1.29.1
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.31.84
botocore==1.32.1
# via
# boto3
# s3transfer
Expand All @@ -52,7 +52,7 @@ cycler==0.12.1
# via matplotlib
ddsketch==2.0.4
# via ddtrace
ddtrace==2.0.7
ddtrace==2.0.9
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
debugpy==1.8.0
# via ipykernel
Expand Down Expand Up @@ -85,15 +85,15 @@ exceptiongroup==1.1.3
# ipython
executing==2.0.1
# via stack-data
fastjsonschema==2.18.1
fastjsonschema==2.19.0
# via nbformat
fastnumbers==5.0.1
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
filetype==1.2.0
# via mpcontribs-client
flatten-dict==0.4.2
# via mpcontribs-client
fonttools==4.44.0
fonttools==4.44.3
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -146,7 +146,7 @@ jsonschema[format]==4.19.2
# bravado-core
# nbformat
# swagger-spec-validator
jsonschema-specifications==2023.7.1
jsonschema-specifications==2023.11.1
# via jsonschema
jupyter-client==8.6.0
# via
Expand Down Expand Up @@ -247,9 +247,9 @@ plotly==5.18.0
# via
# mpcontribs-client
# pymatgen
prompt-toolkit==3.0.40
prompt-toolkit==3.0.41
# via ipython
protobuf==4.25.0
protobuf==4.25.1
# via
# ddsketch
# ddtrace
Expand Down Expand Up @@ -299,7 +299,7 @@ pyzmq==25.1.1
# jupyter-client
redis==5.0.1
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
referencing==0.30.2
referencing==0.31.0
# via
# jsonschema
# jsonschema-specifications
Expand Down Expand Up @@ -409,7 +409,7 @@ urllib3==2.0.7
# via
# botocore
# requests
wcwidth==0.2.9
wcwidth==0.2.10
# via prompt-toolkit
webcolors==1.13
# via jsonschema
Expand Down

0 comments on commit a84ed46

Please sign in to comment.