From 806af30d4b288244c87f118c713d35227e0aceb5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 09:35:39 +0000 Subject: [PATCH] build(deps): update requests requirement from >=2.32.5 to >=2.34.2 Updates the requirements on [requests](https://github.com/psf/requests) to permit the latest version. - [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.32.5...v2.34.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 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 aa676d5..b245d05 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ rich-argparse>=1.7.1 pyOpenSSL==25.3.0 -requests>=2.32.5 +requests>=2.34.2 Flask>=3.1.2 Flask-HTTPAuth>=4.8.1 Flask-Babel>=4.0.0