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 Feb 12, 2024
1 parent f0c2313 commit 7e94b2e
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 18 deletions.
12 changes: 6 additions & 6 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.38
boto3==1.34.39
# via flask-mongorest-mpcontribs
botocore==1.34.38
botocore==1.34.39
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -81,7 +81,7 @@ ddsketch==2.0.4
# via ddtrace
ddtrace==2.6.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
debugpy==1.8.0
debugpy==1.8.1
# via ipykernel
decorator==5.1.1
# via ipython
Expand Down Expand Up @@ -478,7 +478,7 @@ sniffio==1.3.0
# via anyio
soupsieve==2.5
# via beautifulsoup4
spglib==2.3.0
spglib==2.3.1
# via pymatgen
stack-data==0.6.3
# via ipython
Expand Down Expand Up @@ -506,7 +506,7 @@ tornado==6.4
# nbclassic
# notebook
# terminado
tqdm==4.66.1
tqdm==4.66.2
# via pymatgen
traitlets==5.14.1
# via
Expand All @@ -530,7 +530,7 @@ typing-extensions==4.9.0
# anyio
# cattrs
# ddtrace
tzdata==2023.4
tzdata==2024.1
# via pandas
tzlocal==5.2
# via dateparser
Expand Down
6 changes: 3 additions & 3 deletions mpcontribs-client/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ six==1.16.0
# pybtex
# python-dateutil
# rfc3339-validator
spglib==2.3.0
spglib==2.3.1
# via pymatgen
stack-data==0.6.3
# via ipython
Expand All @@ -219,7 +219,7 @@ tabulate==0.9.0
# via pymatgen
tenacity==8.2.3
# via plotly
tqdm==4.66.1
tqdm==4.66.2
# via
# mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
# pymatgen
Expand All @@ -233,7 +233,7 @@ typing-extensions==4.9.0
# via
# bravado
# swagger-spec-validator
tzdata==2023.4
tzdata==2024.1
# via pandas
ujson==5.9.0
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
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 @@ -347,7 +347,7 @@ sniffio==1.3.0
# via anyio
soupsieve==2.5
# via beautifulsoup4
spglib==2.3.0
spglib==2.3.1
# via pymatgen
stack-data==0.6.3
# via ipython
Expand All @@ -373,7 +373,7 @@ tornado==6.4
# jupyter-kernel-gateway
# jupyter-server
# terminado
tqdm==4.66.1
tqdm==4.66.2
# via
# mpcontribs-client
# pymatgen
Expand All @@ -400,7 +400,7 @@ typing-extensions==4.9.0
# cattrs
# ddtrace
# swagger-spec-validator
tzdata==2023.4
tzdata==2024.1
# via pandas
ujson==5.9.0
# via mpcontribs-client
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 @@ -26,9 +26,9 @@ boltons==23.1.1
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.34.38
boto3==1.34.39
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.38
botocore==1.34.39
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -56,7 +56,7 @@ ddsketch==2.0.4
# via ddtrace
ddtrace==2.6.0
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
debugpy==1.8.0
debugpy==1.8.1
# via ipykernel
decorator==5.1.1
# via ipython
Expand Down Expand Up @@ -355,7 +355,7 @@ six==1.16.0
# rfc3339-validator
soupsieve==2.5
# via beautifulsoup4
spglib==2.3.0
spglib==2.3.1
# via pymatgen
sqlparse==0.4.4
# via django
Expand All @@ -377,7 +377,7 @@ tornado==6.4
# via
# ipykernel
# jupyter-client
tqdm==4.66.1
tqdm==4.66.2
# via
# mpcontribs-client
# pymatgen
Expand All @@ -401,7 +401,7 @@ typing-extensions==4.9.0
# cattrs
# ddtrace
# swagger-spec-validator
tzdata==2023.4
tzdata==2024.1
# via pandas
ujson==5.9.0
# via mpcontribs-client
Expand Down

0 comments on commit 7e94b2e

Please sign in to comment.