From 990748eb67d64afbf825089fce8036a5b79990fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 04:04:40 +0000 Subject: [PATCH] build(deps): bump requests from 2.33.1 to 2.34.2 Bumps [requests](https://github.com/psf/requests) from 2.33.1 to 2.34.2. - [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.2) --- updated-dependencies: - dependency-name: requests dependency-version: 2.34.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index ba0db91..e4273b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,7 +37,7 @@ pyparsing==3.3.2 python-discovery==1.2.2 python-dotenv==1.2.2 PyYAML==6.0.3 -requests==2.33.1 +requests==2.34.2 sniffio==1.3.1 tenacity==9.1.4 tqdm==4.67.3