Skip to content

Commit d5f1dbb

Browse files
authored
Merge pull request #276 from pyiron/dependabot/pip/pandas-2.2.2
Bump pandas from 2.2.1 to 2.2.2
2 parents 793dd56 + 20be739 commit d5f1dbb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.ci_support/environment-docs.yml

+1-1
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.2.1
9+
- pandas =2.2.2
1010
- pyyaml =6.0.1
1111
- jinja2 =3.1.3
1212
- paramiko =3.4.0

.ci_support/environment.yml

+1-1
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.2.1
6+
- pandas =2.2.2
77
- pyyaml =6.0.1
88
- jinja2 =3.1.3
99
- paramiko =3.4.0

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ classifiers = [
2626
]
2727
dependencies = [
2828
"jinja2==3.1.3",
29-
"pandas==2.2.1",
29+
"pandas==2.2.2",
3030
"pyyaml==6.0.1",
3131
]
3232
dynamic = ["version"]

0 commit comments

Comments
 (0)