From 93f8a3ff2f68cbc22cb4c45815bac4ce994932e8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 10:54:20 +0000 Subject: [PATCH] Update pandas requirement from <2.1.1,>=1.4.0 to >=1.4.0,<2.1.3 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.4.0...v2.1.2) --- 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 78d5aebb..dd7e028e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "lxml>=4.4,<4.10", "numpy>=1.22.0,<1.25.3", "packaging>=20.1,<23.2", - "pandas>=1.4.0,<2.1.1", + "pandas>=1.4.0,<2.1.3", "progressbar2>=3.39,<4.3", "python-levenshtein>=0.21.0,<0.22", "python-slugify>=7.0.0,<8.1",