From 3bc98f380383aa613de6ab5abf0cb2c61d3f8e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 12:47:59 +0000 Subject: [PATCH] build(deps): bump pandas from 2.1.1 to 2.2.0 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.1.1...v2.2.0) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f791959..49a9d61 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ numpy==1.26.1 -pandas==2.1.1 +pandas==2.2.0 SQLAlchemy<3 psycopg2==2.9.9 python-dotenv==1.0.0 \ No newline at end of file