From 97366cd1d9b12581c05e6b0c74f4081f755f3166 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 19:30:15 +0000 Subject: [PATCH] :arrow_up: Bump pandas from 2.2.2 to 2.2.3 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 940b9d9..c63397e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ exceptiongroup==1.2.1 ; python_version >= "3.9" and python_version < "3.11" idna==3.7 ; python_version >= "3.9" and python_version < "4.0" numpy==1.26.4 ; python_version >= "3.9" and python_version < "4.0" outcome==1.3.0.post0 ; python_version >= "3.9" and python_version < "4.0" -pandas==2.2.2 ; python_version >= "3.9" and python_version < "4.0" +pandas==2.2.3 ; python_version >= "3.9" and python_version < "4.0" pycparser==2.22 ; os_name == "nt" and implementation_name != "pypy" and python_version >= "3.9" and python_version < "4.0" python-dateutil==2.9.0.post0 ; python_version >= "3.9" and python_version < "4.0" pytz==2024.1 ; python_version >= "3.9" and python_version < "4.0"