From 1f3a195c3f155722500c8982376e23f2ad8547d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 16:35:04 +0000 Subject: [PATCH] Bump numpy from 2.2.1 to 2.2.2 in /src 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] --- src/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/requirements.txt b/src/requirements.txt index 16f2529..e9373d2 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -2,7 +2,7 @@ wxPython==4.2.2; sys_platform != "linux" https://github.com/dseichter/wxpython-whl/releases/download/4.2.2-3.13/wxPython-4.2.2-cp313-cp313-linux_x86_64.whl; sys_platform == "linux" urllib3==2.3.0 pandas==2.2.3 -numpy==2.2.1 +numpy==2.2.2 openpyxl==3.1.5 pyinstaller==6.11.1 defusedxml==0.7.1