From dc6f2acd73f030fc7fe46b3219f7c9b81dce6e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Feb 2026 06:58:10 +0000 Subject: [PATCH] Bump numpy from 1.14.5 to 1.22.0 in /src Bumps [numpy](https://github.com/numpy/numpy) from 1.14.5 to 1.22.0. - [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.14.5...v1.22.0) --- updated-dependencies: - dependency-name: numpy dependency-version: 1.22.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- src/requirements-win.txt | 2 +- src/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/requirements-win.txt b/src/requirements-win.txt index 399faa6..530ecda 100644 --- a/src/requirements-win.txt +++ b/src/requirements-win.txt @@ -1,5 +1,5 @@ pywin32==223 -numpy==1.14.5 +numpy==1.22.0 Pillow==12.1.1 feedparser==5.2.1 html2text==2018.1.9 diff --git a/src/requirements.txt b/src/requirements.txt index 1d84be9..cbd7ea4 100644 --- a/src/requirements.txt +++ b/src/requirements.txt @@ -1,4 +1,4 @@ -numpy==1.14.5 +numpy==1.22.0 Pillow==12.1.1 feedparser==5.2.1 html2text==2018.1.9