From 62b99eca958dca1a4c61c781207cf976138110ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 May 2026 08:49:51 +0000 Subject: [PATCH] Bump requests from 2.33.1 to 2.34.0 in the production-dependencies group Bumps the production-dependencies group with 1 update: [requests](https://github.com/psf/requests). Updates `requests` from 2.33.1 to 2.34.0 - [Release notes](https://github.com/psf/requests/releases) - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md) - [Commits](https://github.com/psf/requests/compare/v2.33.1...v2.34.0) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... Signed-off-by: dependabot[bot] --- watcher/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/watcher/requirements.txt b/watcher/requirements.txt index 65afbeab2..500576c18 100644 --- a/watcher/requirements.txt +++ b/watcher/requirements.txt @@ -1,5 +1,5 @@ pif==0.8.2 -requests==2.33.1 +requests==2.34.0 humanfriendly==10.0 PyJWT==2.12.1 kiwixstorage==0.10.1