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 22, 2024
1 parent 9e3a03c commit 2cc6a9a
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 15 deletions.
12 changes: 6 additions & 6 deletions mpcontribs-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ blinker==1.8.2
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boltons==24.0.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
boto3==1.35.44
boto3==1.35.46
# via flask-mongorest-mpcontribs
botocore==1.35.44
botocore==1.35.46
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -74,7 +74,7 @@ cycler==0.12.1
# via matplotlib
dateparser==1.2.0
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
ddtrace==2.14.2
ddtrace==2.14.4
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
debugpy==1.8.7
# via ipykernel
Expand All @@ -90,7 +90,7 @@ dnspython==2.7.0
# pymongo
entrypoints==0.4
# via jupyter-client
envier==0.5.2
envier==0.6.1
# via ddtrace
exceptiongroup==1.2.2
# via
Expand Down Expand Up @@ -290,7 +290,7 @@ numpy==1.26.4
# spglib
opentelemetry-api==1.27.0
# via ddtrace
orjson==3.10.9
orjson==3.10.10
# via flask-mongorest-mpcontribs
overrides==7.7.0
# via jupyter-server
Expand Down Expand Up @@ -349,7 +349,7 @@ pygments==2.18.0
# via
# ipython
# nbconvert
pymatgen==2024.10.3
pymatgen==2024.10.22
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
pymongo==4.10.1
# via
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 @@ -140,7 +140,7 @@ pygments==2.18.0
# via ipython
pyisemail==2.0.1
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pymatgen==2024.10.3
pymatgen==2024.10.22
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pymongo==4.10.1
# 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 @@ -48,7 +48,7 @@ contourpy==1.3.0
# via matplotlib
cycler==0.12.1
# via matplotlib
ddtrace==2.14.2
ddtrace==2.14.4
# via -r MPContribs/mpcontribs-kernel-gateway/requirements.in
debugpy==1.8.7
# via ipykernel
Expand All @@ -62,7 +62,7 @@ dnspython==2.7.0
# via
# pyisemail
# pymongo
envier==0.5.2
envier==0.6.1
# via ddtrace
exceptiongroup==1.2.2
# via
Expand Down Expand Up @@ -266,7 +266,7 @@ pygments==2.18.0
# nbconvert
pyisemail==2.0.1
# via mpcontribs-client
pymatgen==2024.10.3
pymatgen==2024.10.22
# via mpcontribs-client
pymongo==4.10.1
# via mpcontribs-client
Expand Down
10 changes: 5 additions & 5 deletions mpcontribs-portal/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ boltons==24.0.0
# via
# mpcontribs-client
# mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
boto3==1.35.44
boto3==1.35.46
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.35.44
botocore==1.35.46
# via
# boto3
# s3transfer
Expand All @@ -48,7 +48,7 @@ contourpy==1.3.0
# via matplotlib
cycler==0.12.1
# via matplotlib
ddtrace==2.14.2
ddtrace==2.14.4
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
debugpy==1.8.7
# via ipykernel
Expand All @@ -73,7 +73,7 @@ dnspython==2.7.0
# via
# pyisemail
# pymongo
envier==0.5.2
envier==0.6.1
# via ddtrace
exceptiongroup==1.2.2
# via ipython
Expand Down Expand Up @@ -261,7 +261,7 @@ pygments==2.18.0
# nbconvert
pyisemail==2.0.1
# via mpcontribs-client
pymatgen==2024.10.3
pymatgen==2024.10.22
# via mpcontribs-client
pymongo==4.10.1
# via mpcontribs-client
Expand Down

0 comments on commit 2cc6a9a

Please sign in to comment.