From 3d2d8f35df8d6718b63645f80832bc4b722df314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 00:04:33 +0000 Subject: [PATCH] Bump the all-dependencies group with 2 updates Updates the requirements on [numpy](https://github.com/numpy/numpy) and [pandas](https://github.com/pandas-dev/pandas) to permit the latest version. Updates `numpy` to 1.26.4 - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.21.4...v1.26.4) Updates `pandas` to 1.5.3 - [Release notes](https://github.com/pandas-dev/pandas/releases) - [Commits](https://github.com/pandas-dev/pandas/compare/v1.3.4...v1.5.3) --- updated-dependencies: - dependency-name: numpy dependency-version: 1.26.4 dependency-type: direct:production dependency-group: all-dependencies - dependency-name: pandas dependency-version: 1.5.3 dependency-type: direct:production dependency-group: all-dependencies ... Signed-off-by: dependabot[bot] --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index b05ab8f..d8c6606 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,8 +29,8 @@ classifiers = [ "Programming Language :: Python :: Implementation :: PyPy", ] dependencies = [ - "numpy>=1.21.4", - "pandas>=1.3.4", + "numpy>=1.26.4", + "pandas>=1.5.3", ] optional-dependencies.tests = [ "pytest",