From 493e661a0c6e3ad3f88370e556d1de41b5eaa83d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:12:16 +0000 Subject: [PATCH] Update pandas requirement from <2.1.3,>=1.4.0 to >=1.4.0,<2.1.4 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.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 ddb891c3..354d4ace 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ dependencies = [ "lxml>=4.4,<4.10", "numpy>=1.22.0,<1.26.3", "packaging>=20.1,<23.3", - "pandas>=1.4.0,<2.1.3", + "pandas>=1.4.0,<2.1.4", "progressbar2>=3.39,<4.3", "python-levenshtein>=0.21.0,<0.24", "python-slugify>=7.0.0,<8.1",