Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automated dependency upgrades #1109

Merged
merged 6 commits into from
Sep 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions emmet-api/requirements/ubuntu-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.22
boto3==1.35.23
# via
# emmet-api (setup.py)
# maggma
botocore==1.35.22
botocore==1.35.23
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -55,7 +55,7 @@ dnspython==2.6.1
# via
# maggma
# pymongo
emmet-core==0.84.2rc9
emmet-core==0.84.2rc10
# via emmet-api (setup.py)
envier==0.5.2
# via ddtrace
Expand Down
6 changes: 3 additions & 3 deletions emmet-api/requirements/ubuntu-latest_py3.10_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.22
boto3==1.35.23
# via
# emmet-api (setup.py)
# maggma
botocore==1.35.22
botocore==1.35.23
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -70,7 +70,7 @@ dnspython==2.6.1
# via
# maggma
# pymongo
emmet-core==0.84.2rc9
emmet-core==0.84.2rc10
# via emmet-api (setup.py)
envier==0.5.2
# via ddtrace
Expand Down
6 changes: 3 additions & 3 deletions emmet-api/requirements/ubuntu-latest_py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.22
boto3==1.35.23
# via
# emmet-api (setup.py)
# maggma
botocore==1.35.22
botocore==1.35.23
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -55,7 +55,7 @@ dnspython==2.6.1
# via
# maggma
# pymongo
emmet-core==0.84.2rc9
emmet-core==0.84.2rc10
# via emmet-api (setup.py)
envier==0.5.2
# via ddtrace
Expand Down
6 changes: 3 additions & 3 deletions emmet-api/requirements/ubuntu-latest_py3.11_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.22
boto3==1.35.23
# via
# emmet-api (setup.py)
# maggma
botocore==1.35.22
botocore==1.35.23
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -70,7 +70,7 @@ dnspython==2.6.1
# via
# maggma
# pymongo
emmet-core==0.84.2rc9
emmet-core==0.84.2rc10
# via emmet-api (setup.py)
envier==0.5.2
# via ddtrace
Expand Down
4 changes: 2 additions & 2 deletions emmet-builders/requirements/ubuntu-latest_py3.10.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.22
boto3==1.35.23
# via maggma
botocore==1.35.22
botocore==1.35.23
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions emmet-builders/requirements/ubuntu-latest_py3.10_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.22
boto3==1.35.23
# via maggma
botocore==1.35.22
botocore==1.35.23
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions emmet-builders/requirements/ubuntu-latest_py3.11.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.22
boto3==1.35.23
# via maggma
botocore==1.35.22
botocore==1.35.23
# via
# boto3
# s3transfer
Expand Down
4 changes: 2 additions & 2 deletions emmet-builders/requirements/ubuntu-latest_py3.11_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.22
boto3==1.35.23
# via maggma
botocore==1.35.22
botocore==1.35.23
# via
# boto3
# s3transfer
Expand Down
6 changes: 3 additions & 3 deletions emmet-core/requirements/ubuntu-latest_py3.10_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,9 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.22
boto3==1.35.23
# via maggma
botocore==1.35.22
botocore==1.35.23
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -80,7 +80,7 @@ dnspython==2.6.1
# via
# maggma
# pymongo
emmet-core==0.84.2rc9
emmet-core==0.84.2rc10
# via mp-api
exceptiongroup==1.2.2
# via pytest
Expand Down
6 changes: 3 additions & 3 deletions emmet-core/requirements/ubuntu-latest_py3.11_extras.txt
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ attrs==24.2.0
# referencing
bcrypt==4.2.0
# via paramiko
boto3==1.35.22
boto3==1.35.23
# via maggma
botocore==1.35.22
botocore==1.35.23
# via
# boto3
# s3transfer
Expand Down Expand Up @@ -78,7 +78,7 @@ dnspython==2.6.1
# via
# maggma
# pymongo
emmet-core==0.84.2rc9
emmet-core==0.84.2rc10
# via mp-api
fasteners==0.19
# via mdanalysis
Expand Down
Loading