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 28, 2023
1 parent df1ebcc commit 10b69f4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions emmet-api/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ attrs==23.1.0
# ddtrace
# jsonschema
# referencing
bcrypt==4.0.1
bcrypt==4.1.1
# via paramiko
blinker==1.7.0
# via flask
boto3==1.33.1
boto3==1.33.2
# via
# emmet-api (emmet/emmet-api/setup.py)
# maggma
botocore==1.33.1
botocore==1.33.2
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -290,7 +290,7 @@ ruamel-yaml==0.17.40
# robocrys
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.8.0
s3transfer==0.8.1
# via boto3
scikit-learn==1.3.2
# via matminer
Expand Down
8 changes: 4 additions & 4 deletions emmet-builders/requirements/deployment.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ attrs==23.1.0
# aiohttp
# jsonschema
# referencing
bcrypt==4.0.1
bcrypt==4.1.1
# via paramiko
blinker==1.7.0
# via flask
boto3==1.33.1
boto3==1.33.2
# via maggma
botocore==1.33.1
botocore==1.33.2
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -348,7 +348,7 @@ ruamel-yaml==0.17.40
# robocrys
ruamel-yaml-clib==0.2.8
# via ruamel-yaml
s3transfer==0.8.0
s3transfer==0.8.1
# via boto3
scikit-learn==1.3.2
# via matminer
Expand Down

0 comments on commit 10b69f4

Please sign in to comment.