From fbe022ae8d78f2488ca3e60d2a65e97469e8967c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 04:02:45 +0000 Subject: [PATCH] Update pandas requirement from ==2.0.* to ==2.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/v2.0.0.dev0...v2.2.3) --- 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 d8456fb4..78491c0a 100644 --- a/topic/timeseries/requirements.txt +++ b/topic/timeseries/requirements.txt @@ -1,6 +1,6 @@ cratedb-toolkit[datasets]>=0.0.30 refinitiv-data<1.7 -pandas==2.0.* +pandas==2.2.* pycaret==3.3.2 pydantic<3 sqlalchemy==2.0.*