From 307038e3d64f4c7d1330e5729dd34b6daff9e94c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Oct 2023 19:04:33 +0000 Subject: [PATCH] Bump pandas from 2.1.0 to 2.1.1 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.0 to 2.1.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.0...v2.1.1) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements/requirements-test-optional.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/requirements-test-optional.txt b/requirements/requirements-test-optional.txt index ee15c4653..214172790 100644 --- a/requirements/requirements-test-optional.txt +++ b/requirements/requirements-test-optional.txt @@ -1,5 +1,5 @@ h5py==3.9.0; implementation_name=='cpython' numpy==1.25.2 -pandas==2.1.0; implementation_name=='cpython' +pandas==2.1.1; implementation_name=='cpython' ruamel.yaml==0.17.32 tables==3.8.0; implementation_name=='cpython'