From 1c7fd15c6d0c737f2fa193090e24e26f915ac176 Mon Sep 17 00:00:00 2001 From: djperrefort Date: Wed, 17 Jul 2024 16:09:04 -0400 Subject: [PATCH] bump pandas --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 52b8c15..78593a6 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.0.3" +pandas = "2.2.2" [tool.poetry.group.tests] optional = true