From df29aa12a74e6087463a86f01395c2ee5b00bb41 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 12:30:38 +0000 Subject: [PATCH] MNT: (deps): Bump pandas from 1.3.5 to 2.1.2 in /ci Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.3.5 to 2.1.2. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.3.5...v2.1.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..f830facbf 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.1.2 protobuf==3.20.1 requests==2.28.1 importlib_metadata<5.0