From eb6ca4f3880a42116d9dc06c441b4250c3c0875d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 12:53:11 +0000 Subject: [PATCH] Update numpy requirement from ~=1.26.3 to ~=1.26.4 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/v1.26.3...v1.26.4) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index bed0d81..3df13b7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ beautifulsoup4~=4.12.3 rookiepy~=0.3.6 imagequant~=1.1.1 memory-tempfile~=2.2.3 -numpy~=1.26.3 +numpy~=1.26.4 Pillow~=10.2.0 pyoxipng~=9.0.0 python-telegram-bot~=20.5