From cede6fdba14b264db643259bc7e91353d42486f2 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 03a902d3..26e5a86c 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<3 sqlalchemy==2.0.*