From a0ac8e59b85ecacc9645da18ae4d2d0806342bf6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 11:02:51 +0000 Subject: [PATCH] Bump pandas from 2.2.0 to 2.2.1 in /python/python Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.0 to 2.2.1. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- python/python/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/python/pyproject.toml b/python/python/pyproject.toml index 56e6fdc..820ace8 100644 --- a/python/python/pyproject.toml +++ b/python/python/pyproject.toml @@ -1,7 +1,7 @@ [project] dependencies = [ "lxml==5.1.0", - "pandas==2.2.0", + "pandas==2.2.1", "urllib3==2.2.1" ] name = "UNKNOWN"