Skip to content

Commit b9f13f0

Browse files
github-actionstschaume
authored andcommitted
auto dependency upgrades
1 parent 18fb8c5 commit b9f13f0

File tree

2 files changed

+32
-2
lines changed

2 files changed

+32
-2
lines changed

requirements/requirements-ubuntu-latest_py3.11.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ annotated-types==0.7.0
88
# via pydantic
99
bibtexparser==1.4.3
1010
# via pymatgen
11+
boto3==1.40.43
12+
# via mp-api (pyproject.toml)
13+
botocore==1.40.43
14+
# via
15+
# boto3
16+
# s3transfer
1117
certifi==2025.8.3
1218
# via requests
1319
charset-normalizer==3.4.3
@@ -22,6 +28,10 @@ fonttools==4.60.1
2228
# via matplotlib
2329
idna==3.10
2430
# via requests
31+
jmespath==1.0.1
32+
# via
33+
# boto3
34+
# botocore
2535
joblib==1.5.2
2636
# via pymatgen
2737
kiwisolver==1.4.9
@@ -93,6 +103,7 @@ pyparsing==3.2.5
93103
# matplotlib
94104
python-dateutil==2.9.0.post0
95105
# via
106+
# botocore
96107
# matplotlib
97108
# pandas
98109
python-dotenv==1.1.1
@@ -112,6 +123,8 @@ ruamel-yaml==0.18.15
112123
# pymatgen
113124
ruamel-yaml-clib==0.2.14
114125
# via ruamel-yaml
126+
s3transfer==0.14.0
127+
# via boto3
115128
scipy==1.16.2
116129
# via pymatgen
117130
six==1.17.0
@@ -143,6 +156,8 @@ tzdata==2025.2
143156
uncertainties==3.2.3
144157
# via pymatgen
145158
urllib3==2.5.0
146-
# via requests
159+
# via
160+
# botocore
161+
# requests
147162
wrapt==1.17.3
148163
# via smart-open

requirements/requirements-ubuntu-latest_py3.12.txt

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,12 @@ annotated-types==0.7.0
88
# via pydantic
99
bibtexparser==1.4.3
1010
# via pymatgen
11+
boto3==1.40.43
12+
# via mp-api (pyproject.toml)
13+
botocore==1.40.43
14+
# via
15+
# boto3
16+
# s3transfer
1117
certifi==2025.8.3
1218
# via requests
1319
charset-normalizer==3.4.3
@@ -22,6 +28,10 @@ fonttools==4.60.1
2228
# via matplotlib
2329
idna==3.10
2430
# via requests
31+
jmespath==1.0.1
32+
# via
33+
# boto3
34+
# botocore
2535
joblib==1.5.2
2636
# via pymatgen
2737
kiwisolver==1.4.9
@@ -93,6 +103,7 @@ pyparsing==3.2.5
93103
# matplotlib
94104
python-dateutil==2.9.0.post0
95105
# via
106+
# botocore
96107
# matplotlib
97108
# pandas
98109
python-dotenv==1.1.1
@@ -112,6 +123,8 @@ ruamel-yaml==0.18.15
112123
# pymatgen
113124
ruamel-yaml-clib==0.2.14
114125
# via ruamel-yaml
126+
s3transfer==0.14.0
127+
# via boto3
115128
scipy==1.16.2
116129
# via pymatgen
117130
six==1.17.0
@@ -143,6 +156,8 @@ tzdata==2025.2
143156
uncertainties==3.2.3
144157
# via pymatgen
145158
urllib3==2.5.0
146-
# via requests
159+
# via
160+
# botocore
161+
# requests
147162
wrapt==1.17.3
148163
# via smart-open

0 commit comments

Comments
 (0)