From bb5505adec62b82616793c71b3f33a4d6cdd5547 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 11:15:46 +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 86fecce5..ffe7f6e0 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.3", - "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",