From 5415b57d1227ace7900a0383e309099e991e0188 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 07:38:29 +0000 Subject: [PATCH] build(deps): update requests requirement from >=2.32.5 to >=2.33.1 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.33.1) --- updated-dependencies: - dependency-name: requests dependency-version: 2.33.1 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..b907c9e 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.33.1 Flask>=3.1.2 Flask-HTTPAuth>=4.8.1 Flask-Babel>=4.0.0