From cea48aa7a8420eafc756eb611c5ef831fbbd87e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 13:00:17 +0000 Subject: [PATCH] Bump pandas from 2.1.1 to 2.1.3 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.1 to 2.1.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.1...v2.1.3) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4c1e61be..8af1eb43 100644 --- a/setup.py +++ b/setup.py @@ -110,7 +110,7 @@ def readme(): "uvloop==0.19.0", "asyncio==3.4.3", "faust-cchardet==2.1.18", - "pandas==2.1.1", + "pandas==2.1.3", "xlrd==2.0.1", "openpyxl==3.1.2", "lz4==4.3.2",