From 3325a2577bed2fc8d9fc72b2aa78f14fab786240 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Aug 2023 01:12:09 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=EF=B8=8F=20MAIN:=20(deps):=20Bump?= =?UTF-8?q?=20pandas=20from=201.5.3=20to=202.1.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [pandas](https://github.com/pandas-dev/pandas) from 1.5.3 to 2.1.0. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.5.3...v2.1.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6fbea1f..e17680b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ loguru==0.6.0; python_version >= "3.5" mako==1.2.4; python_version >= "3.7" markupsafe==2.1.2; python_version >= "3.7" numpy==1.24.3 -pandas==1.5.3; python_version >= "3.8" +pandas==2.1.0; python_version >= "3.8" psycopg2-binary==2.9.6; python_version >= "3.6" pydantic==1.10.7; python_version >= "3.7" python-dateutil==2.8.2; python_version >= "3.8" and python_full_version < "3.0.0" or python_full_version >= "3.3.0" and python_version >= "3.8"