From f57ec33534c3cd50d8324c4b0c78832a1a859df5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 May 2026 04:54:14 +0000 Subject: [PATCH] Bump requests from 2.33.1 to 2.34.0 in /backup-tools Bumps [requests](https://github.com/psf/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 ... Signed-off-by: dependabot[bot] --- backup-tools/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backup-tools/requirements.txt b/backup-tools/requirements.txt index 35f5c6c5..0ffa39a5 100644 --- a/backup-tools/requirements.txt +++ b/backup-tools/requirements.txt @@ -1,2 +1,2 @@ -requests==2.33.1 +requests==2.34.0 pathvalidate==3.3.1 \ No newline at end of file