Skip to content

Commit

Permalink
Bump pandas from 2.2.0 to 2.2.2 (#325)
Browse files Browse the repository at this point in the history
* Bump pandas from 2.2.0 to 2.2.2

Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.0 to 2.2.2.
- [Release notes](https://github.com/pandas-dev/pandas/releases)
- [Commits](pandas-dev/pandas@v2.2.0...v2.2.2)

---
updated-dependencies:
- dependency-name: pandas
  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>
  • Loading branch information
dependabot[bot] and pyiron-runner committed May 15, 2024
1 parent c321cd6 commit ccfcfe5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .binder/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- h5io =0.2.2
- h5io_browser =0.0.12
- matplotlib =3.8.4
- pandas =2.2.0
- pandas =2.2.2
- pyiron_base =0.8.3
- pyiron_contrib =0.1.16
- pympipool =0.8.0
Expand Down
2 changes: 1 addition & 1 deletion .ci_support/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- h5io =0.2.2
- h5io_browser =0.0.12
- matplotlib =3.8.4
- pandas =2.2.0
- pandas =2.2.2
- pyiron_base =0.8.3
- pyiron_contrib =0.1.16
- pympipool =0.8.0
Expand Down
2 changes: 1 addition & 1 deletion docs/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies:
- h5io =0.2.2
- h5io_browser =0.0.12
- matplotlib =3.8.4
- pandas =2.2.0
- pandas =2.2.2
- pyiron_base =0.8.3
- pyiron_contrib =0.1.16
- pympipool =0.8.0
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ dependencies = [
"h5io==0.2.2",
"h5io_browser==0.0.12",
"matplotlib==3.8.4",
"pandas==2.2.0",
"pandas==2.2.2",
"pyiron_base==0.8.3",
"pyiron_contrib==0.1.16",
"pympipool==0.8.0",
Expand Down

0 comments on commit ccfcfe5

Please sign in to comment.