From 4dc87a668fb335399d5aaa96c0a6a2ae7a94795f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Oct 2024 12:45:08 +0000 Subject: [PATCH] Update pandas requirement in the python-dependencies group Updates the requirements on [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. Updates `pandas` 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 dependency-group: python-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 78593a6..fae15e9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ python = "^3.9.0" pydantic = "^2.0.3" pydantic-settings = "^2.0.2" asyncssh = { extras = ["bcrypt", "fido2"], version = "^2.13.2" } -pandas = "2.2.2" +pandas = "2.2.3" [tool.poetry.group.tests] optional = true