Skip to content

Commit dc22e35

Browse files
Bump pandas from 2.3.1 to 2.3.2 (#751)
* Bump pandas from 2.3.1 to 2.3.2 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.3.1 to 2.3.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.3.1...v2.3.2) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> * [dependabot skip] Update environment * [dependabot skip] Update env file --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyiron-runner <pyiron@mpie.de>
1 parent 2be4648 commit dc22e35

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- cloudpickle =3.1.1
77
- executorlib =1.6.2
88
- graphviz =9.0.0
9-
- pandas =2.3.1
9+
- pandas =2.3.2
1010
- pint =0.25
1111
- pyiron_snippets =0.2.0
1212
- python >=3.11,<3.14

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- cloudpickle =3.1.1
77
- executorlib =1.6.2
88
- graphviz =9.0.0
9-
- pandas =2.3.1
9+
- pandas =2.3.2
1010
- pint =0.25
1111
- pyiron_snippets =0.2.0
1212
- python >=3.11,<3.14

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
- cloudpickle =3.1.1
1313
- executorlib =1.6.2
1414
- graphviz =9.0.0
15-
- pandas =2.3.1
15+
- pandas =2.3.2
1616
- pint =0.25
1717
- pyiron_snippets =0.2.0
1818
- python >=3.11,<3.14

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ dependencies = [
3737
"cloudpickle==3.1.1",
3838
"executorlib==1.6.2",
3939
"graphviz==0.21",
40-
"pandas==2.3.1",
40+
"pandas==2.3.2",
4141
"pint==0.25",
4242
"pyiron_snippets==0.2.0",
4343
"toposort==1.10",

0 commit comments

Comments
 (0)