From d62e10185444a52fdaed5b5b0ebca2dae21fa50e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 4 Sep 2024 13:35:06 +0000 Subject: [PATCH] MNT: (deps): Bump pandas from 1.3.5 to 2.2.2 in /ci Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.3.5 to 2.2.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.3.5...v2.2.2) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- ci/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/requirements.txt b/ci/requirements.txt index c62ae2662..f7b29e0a7 100644 --- a/ci/requirements.txt +++ b/ci/requirements.txt @@ -1,6 +1,6 @@ beautifulsoup4>=4.6 numpy==1.21.5 -pandas==1.3.5 +pandas==2.2.2 protobuf==3.20.1 requests==2.28.1 importlib_metadata<5.0