Skip to content

Commit

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

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

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Bump pandas from 2.1.4 to 2.2.0

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

---
updated-dependencies:
- dependency-name: pandas
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Add Pyarrow DeprecationWarning to filterwarnings

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Escape the backslash

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

* Switch back to double quote

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Corwin Kerr <cbkerr@umich.edu>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
3 people committed Feb 6, 2024
1 parent c4ab161 commit 2e9a23b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ xfail_strict = true
filterwarnings = [
"error",
"ignore::DeprecationWarning:dateutil.*",
"ignore:\\sPyarrow will become a required dependency of pandas:DeprecationWarning",
]

[tool.coverage.run]
Expand Down
2 changes: 1 addition & 1 deletion requirements/requirements-test-optional.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
h5py==3.10.0; implementation_name=='cpython'
numpy==1.26.3
pandas==2.1.4; implementation_name=='cpython'
pandas==2.2.0; implementation_name=='cpython'
ruamel.yaml==0.18.5
tables==3.9.2; implementation_name=='cpython'

0 comments on commit 2e9a23b

Please sign in to comment.