From 959d28ab738d581d1af47fd184edf150fc4f9a65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jan 2024 01:24:06 +0000 Subject: [PATCH] pip prod(deps): update pandas requirement from ^1.5.0 to >=1.5,<3.0 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.5.0...v2.0.3) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1837e16..8373075 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ include = ["LICENSE"] [tool.poetry.dependencies] python = "^3.8" -pandas = "^1.5.0" +pandas = ">=1.5,<3.0" numpy = "^1.23.5" plotnine = "^0.12.0" seaborn = "^0.12.0"