From aefb2ecbf69a618996bc2b5d378a7d171fa4423b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 18 Nov 2025 08:15:16 +0000 Subject: [PATCH] Bump numpy from 2.3.4 to 2.3.5 Bumps [numpy](https://github.com/numpy/numpy) from 2.3.4 to 2.3.5. - [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.3.4...v2.3.5) --- updated-dependencies: - dependency-name: numpy dependency-version: 2.3.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 76b4ed74..ce7c12ca 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ maxminddb==2.8.2 multidict==6.7.0 mysqlclient==2.2.7 - numpy==2.3.4 + numpy==2.3.5 openpyxl==3.1.5 pandas==2.3.3 polib==1.2.0 diff --git a/setup.cfg b/setup.cfg index 5b2b61eb..9e38b838 100644 --- a/setup.cfg +++ b/setup.cfg @@ -80,7 +80,7 @@ install_requires = maxminddb==2.8.2 multidict==6.7.0 mysqlclient==2.2.7 - numpy==2.3.4 + numpy==2.3.5 openpyxl==3.1.5 pandas==2.3.3 polib==1.2.0