Skip to content

Commit d6bbed9

Browse files
dependabot[bot]pyiron-runnerjan-janssen
authored
Bump pandas from 2.3.1 to 2.3.2 (#453)
* 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] <[email protected]> * [dependabot skip] Update environment * Update pipeline.yml --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: pyironrunner <[email protected]> Co-authored-by: Jan Janssen <[email protected]>
1 parent 6aa7125 commit d6bbed9

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

.ci_support/environment-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies:
66
- sphinx_rtd_theme
77
- myst-parser
88
- defusedxml =0.7.1
9-
- pandas =2.3.1
9+
- pandas =2.3.2
1010
- pyyaml =6.0.2
1111
- jinja2 =3.1.6
1212
- paramiko =4.0.0

.ci_support/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
dependencies:
44
- defusedxml =0.7.1
55
- coverage
6-
- pandas =2.3.1
6+
- pandas =2.3.2
77
- pyyaml =6.0.2
88
- jinja2 =3.1.6
99
- paramiko =4.0.0

.github/workflows/pipeline.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,6 @@ jobs:
204204
- operating-system: ubuntu-latest
205205
python-version: '3.10'
206206

207-
- operating-system: ubuntu-latest
208-
python-version: 3.9
209-
210207
steps:
211208
- uses: actions/checkout@v4
212209
- name: Conda config

binder/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ channels:
33
dependencies:
44
- defusedxml =0.7.1
55
- coverage
6-
- pandas =2.3.1
6+
- pandas =2.3.2
77
- pyyaml =6.0.2
88
- jinja2 =3.1.6
99
- paramiko =4.0.0

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
requires = [
33
"jinja2==3.1.6",
4-
"pandas==2.3.1",
4+
"pandas==2.3.2",
55
"pyyaml==6.0.2",
66
"hatchling==1.27.0",
77
"hatch-vcs==0.5.0",
@@ -32,7 +32,7 @@ classifiers = [
3232
]
3333
dependencies = [
3434
"jinja2==3.1.6",
35-
"pandas==2.3.1",
35+
"pandas==2.3.2",
3636
"pyyaml==6.0.2",
3737
]
3838
dynamic = ["version"]

0 commit comments

Comments
 (0)