From 6dde6710e4245ac51262591f0f851bc99f11aa13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 12:59:32 +0000 Subject: [PATCH] Update pandas requirement from ==1.* to ==2.* in /topic/timeseries Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.0.0rc0...v2.2.2) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- topic/timeseries/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topic/timeseries/requirements.txt b/topic/timeseries/requirements.txt index 389b59a1..b34973a8 100644 --- a/topic/timeseries/requirements.txt +++ b/topic/timeseries/requirements.txt @@ -1,6 +1,6 @@ cratedb-toolkit[datasets]==0.0.15 refinitiv-data<1.7 -pandas==2.0.* +pandas==2.2.* pycaret==3.3.2 pydantic<2 sqlalchemy==2.0.*