From 1ac0d35ceb282fba9281d12dba836e125388dd07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 13 Jun 2026 15:02:32 +0000 Subject: [PATCH] build(deps): update numpy requirement from ~=2.4.0 to ~=2.4.6 Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [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/v2.4.0...v2.4.6) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.4.6 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 98acf6a..afdb900 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "0.1.0" description = "Python tools for managing a Chess.com club — member reports, match participation, prospect lists, and match eligibility." requires-python = ">=3.11" dependencies = [ - "numpy~=2.4.0", + "numpy~=2.4.6", "pandas~=3.0.3", "requests~=2.34.2", "openpyxl~=3.1.5",