Skip to content

Commit 1d421e5

Browse files
authored
Merge pull request #806 from pyiron/dependabot/pip/pandas-3.0.1
Bump pandas from 3.0.0 to 3.0.1
2 parents 84caf91 + a85971f commit 1d421e5

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- graphviz =9.0.0
99
- hatchling =1.28.0
1010
- hatch-vcs =0.5.0
11-
- pandas =3.0.0
11+
- pandas =3.0.1
1212
- pint =0.25
1313
- pyiron_snippets =1.2.0
1414
- python >=3.11,<3.14
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
channels:
22
- conda-forge
33
dependencies:
4-
- pysqa =0.3.4
4+
- pysqa =0.3.5
55
- h5py =3.14.0

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies:
88
- graphviz =9.0.0
99
- hatchling =1.28.0
1010
- hatch-vcs =0.5.0
11-
- pandas =3.0.0
11+
- pandas =3.0.1
1212
- pint =0.25
1313
- pyiron_snippets =1.2.0
1414
- python >=3.11,<3.14

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies:
1414
- graphviz =9.0.0
1515
- hatchling =1.28.0
1616
- hatch-vcs =0.5.0
17-
- pandas =3.0.0
17+
- pandas =3.0.1
1818
- pint =0.25
1919
- pyiron_snippets =1.2.0
2020
- python >=3.11,<3.14

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ dependencies = [
3939
"cloudpickle==3.1.2",
4040
"executorlib==1.9.1",
4141
"graphviz==0.21",
42-
"pandas==3.0.0",
42+
"pandas==3.0.1",
4343
"pint==0.25",
4444
"pyiron_snippets==1.2.0",
4545
"rdflib==7.1.4",

0 commit comments

Comments
 (0)