From 2e9a23b3c781de5a1a3ca915f9177cdf75e78286 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Feb 2024 11:39:58 -0500 Subject: [PATCH] Bump pandas from 2.1.4 to 2.2.0 (#972) * 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](https://github.com/pandas-dev/pandas/compare/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] * 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](https://github.com/pandas-dev/pandas/compare/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] * 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Corwin Kerr Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> --- pyproject.toml | 1 + requirements/requirements-test-optional.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 0bb4bf7bf..a63f04e29 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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] diff --git a/requirements/requirements-test-optional.txt b/requirements/requirements-test-optional.txt index ad477ddcc..f97d62f58 100644 --- a/requirements/requirements-test-optional.txt +++ b/requirements/requirements-test-optional.txt @@ -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'