From 5b139f9d5d622d431d4e273815fd8acc2ec74f18 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Oct 2023 21:37:20 +0000 Subject: [PATCH] Update pandas requirement from <1.6 to <2.2 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/0.3.0...v2.1.1) --- 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 0b6bb08..629df42 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "json_stream<3", "line-protocol-parser<2", "odfpy<2", - "pandas<1.6", + "pandas<2.2", "requests<2.30", "sql-formatter<0.7", "sqlmakeuper<0.2",