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 Dec 19, 2023
1 parent 1dd46ae commit 02168a3
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
10 changes: 5 additions & 5 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.2
boto3==1.34.4
# via flask-mongorest-mpcontribs
botocore==1.34.2
botocore==1.34.4
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -134,11 +134,11 @@ flask-sse==1.0.0
# via flask-mongorest-mpcontribs
flatten-dict==0.4.2
# via flask-mongorest-mpcontribs
fonttools==4.46.0
fonttools==4.47.0
# via matplotlib
fqdn==1.5.1
# via jsonschema
freezegun==1.3.1
freezegun==1.4.0
# via rq-scheduler
future==0.18.3
# via uncertainties
Expand Down Expand Up @@ -366,7 +366,7 @@ pygments==2.17.2
# via
# ipython
# nbconvert
pymatgen==2023.11.12
pymatgen==2023.12.18
# via mpcontribs-api (MPContribs/mpcontribs-api/setup.py)
pymongo==4.6.1
# via
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 @@ -42,7 +42,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.46.0
fonttools==4.47.0
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -138,7 +138,7 @@ pygments==2.17.2
# via ipython
pyisemail==2.0.1
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pymatgen==2023.11.12
pymatgen==2023.12.18
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
pymongo==4.6.1
# via mpcontribs-client (MPContribs/mpcontribs-client/setup.py)
Expand Down
4 changes: 2 additions & 2 deletions mpcontribs-kernel-gateway/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ filetype==1.2.0
# via mpcontribs-client
flatten-dict==0.4.2
# via mpcontribs-client
fonttools==4.46.0
fonttools==4.47.0
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -310,7 +310,7 @@ pygments==2.17.2
# nbconvert
pyisemail==2.0.1
# via mpcontribs-client
pymatgen==2023.11.12
pymatgen==2023.12.18
# via mpcontribs-client
pymongo==4.6.1
# via mpcontribs-client
Expand Down
8 changes: 4 additions & 4 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.2
boto3==1.34.4
# via mpcontribs-portal (MPContribs/mpcontribs-portal/setup.py)
botocore==1.34.2
botocore==1.34.4
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -95,7 +95,7 @@ filetype==1.2.0
# via mpcontribs-client
flatten-dict==0.4.2
# via mpcontribs-client
fonttools==4.46.0
fonttools==4.47.0
# via matplotlib
fqdn==1.5.1
# via jsonschema
Expand Down Expand Up @@ -269,7 +269,7 @@ pygments==2.17.2
# nbconvert
pyisemail==2.0.1
# via mpcontribs-client
pymatgen==2023.11.12
pymatgen==2023.12.18
# via mpcontribs-client
pymongo==4.6.1
# via mpcontribs-client
Expand Down

0 comments on commit 02168a3

Please sign in to comment.