Skip to content

Commit 0438fe6

Browse files
Bump pandas from 2.2.3 to 2.3.0 (#657)
* Bump pandas from 2.2.3 to 2.3.0 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.3 to 2.3.0. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](pandas-dev/pandas@v2.2.3...v2.3.0) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * [dependabot skip] Update environment * [dependabot skip] Update env file --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyiron-runner <[email protected]>
1 parent 07d3e3e commit 0438fe6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- cloudpickle =3.1.1
66
- executorlib =1.2.1
77
- graphviz =9.0.0
8-
- pandas =2.2.3
8+
- pandas =2.3.0
99
- pint =0.24.4
1010
- pyiron_snippets =0.2.0
1111
- python >=3.10,<3.14

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ dependencies:
55
- cloudpickle =3.1.1
66
- executorlib =1.2.1
77
- graphviz =9.0.0
8-
- pandas =2.2.3
8+
- pandas =2.3.0
99
- pint =0.24.4
1010
- pyiron_snippets =0.2.0
1111
- python >=3.10,<3.14

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- cloudpickle =3.1.1
1212
- executorlib =1.2.1
1313
- graphviz =9.0.0
14-
- pandas =2.2.3
14+
- pandas =2.3.0
1515
- pint =0.24.4
1616
- pyiron_snippets =0.2.0
1717
- python >=3.10,<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.2.1",
3939
"graphviz==0.20.3",
40-
"pandas==2.2.3",
40+
"pandas==2.3.0",
4141
"pint==0.24.4",
4242
"pyiron_snippets==0.2.0",
4343
"toposort==1.10",

0 commit comments

Comments
 (0)