From b35208a38f93557f069a44d94387c5afc8cfdea6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:07:23 +0000 Subject: [PATCH] Bump numpy from 2.2.1 to 2.2.2 Bumps [numpy](https://github.com/numpy/numpy) from 2.2.1 to 2.2.2. - [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.2.1...v2.2.2) --- updated-dependencies: - dependency-name: numpy 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 ebb5b7b..f0ff290 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ maxminddb==2.6.3 multidict==6.1.0 mysqlclient==2.2.7 - numpy==2.2.1 + numpy==2.2.2 openpyxl==3.1.5 pandas==2.2.3 polib==1.2.0 diff --git a/setup.cfg b/setup.cfg index 3f143b9..dcedb76 100644 --- a/setup.cfg +++ b/setup.cfg @@ -61,7 +61,7 @@ install_requires = maxminddb==2.6.3 multidict==6.1.0 mysqlclient==2.2.7 - numpy==2.2.1 + numpy==2.2.2 openpyxl==3.1.5 pandas==2.2.3 polib==1.2.0