From 704a7808c044c73170ac276e2dda8779ff2e424f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 07:03:47 +0000 Subject: [PATCH] build(deps): bump pandas from 2.2.2 to 2.2.3 Bumps [pandas](https://github.com/pandas-dev/pandas) from 2.2.2 to 2.2.3. - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v2.2.2...v2.2.3) --- updated-dependencies: - dependency-name: pandas dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 14ae045..ac49562 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "tabulate==0.9.0", "python-dateutil==2.9.0.post0", "gpxpy==1.6.2", - "pandas==2.2.2", + "pandas==2.2.3", "numpy==2.0.0", "nska-deserialize==1.5.1", "yara-python==4.5.1", diff --git a/requirements.txt b/requirements.txt index 650ba48..edaaac5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ graphviz==0.20.3 tabulate==0.9.0 python-dateutil==2.9.0.post0 gpxpy==1.6.2 -pandas==2.2.2 +pandas==2.2.3 numpy==2.0.0 nska-deserialize==1.5.1 yara-python==4.5.1