Skip to content

Commit

Permalink
Merge pull request #332 from pyiron/dependabot/pip/pandas-2.2.3
Browse files Browse the repository at this point in the history
Bump pandas from 2.2.2 to 2.2.3
  • Loading branch information
jan-janssen authored Sep 21, 2024
2 parents 7cf93c0 + 012c601 commit f24004b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .ci_support/environment-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies:
- sphinx_rtd_theme
- myst-parser
- defusedxml =0.7.1
- pandas =2.2.2
- pandas =2.2.3
- pyyaml =6.0.2
- jinja2 =3.1.4
- paramiko =3.4.1
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- defusedxml =0.7.1
- coverage
- pandas =2.2.2
- pandas =2.2.3
- pyyaml =6.0.2
- jinja2 =3.1.4
- paramiko =3.4.1
Expand Down
2 changes: 1 addition & 1 deletion binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ channels:
dependencies:
- defusedxml =0.7.1
- coverage
- pandas =2.2.2
- pandas =2.2.3
- pyyaml =6.0.2
- jinja2 =3.1.4
- paramiko =3.4.1
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ classifiers = [
]
dependencies = [
"jinja2==3.1.4",
"pandas==2.2.2",
"pandas==2.2.3",
"pyyaml==6.0.2",
]
dynamic = ["version"]
Expand Down

0 comments on commit f24004b

Please sign in to comment.