From 691768fafd77c5bb9720a60259a882305ea4e75b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Oct 2025 00:05:34 +0000 Subject: [PATCH] build(deps): update pandas requirement 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/v2.2.0...v2.3.3) --- updated-dependencies: - dependency-name: pandas dependency-version: 2.3.3 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 f2570d2..d044a89 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ dependencies = [ "tabulate>=0.9.0,<0.10.0", "python-dateutil>=2.9.0,<3.0.0", "gpxpy>=1.6.0,<1.7.0", - "pandas>=2.2.0,<2.3.0", + "pandas>=2.2.0,<2.4.0", "numpy>=2.2.0,<2.3.0", "nska-deserialize>=1.5.0,<1.6.0", "yara-python>=4.5.0,<4.6.0",