From 14241e98e7e3201be4919b7d7f7b9f68367615cd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 23:04:17 +0000 Subject: [PATCH] [pip] 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] --- cli/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/requirements.txt b/cli/requirements.txt index 471f6fc4..cf213cd8 100644 --- a/cli/requirements.txt +++ b/cli/requirements.txt @@ -5,5 +5,5 @@ mock==5.2.0 pytest==9.0.3 pytest-cov==7.1.0 pytest-xdist==3.8.0 -requests==2.33.1 +requests==2.34.2 setuptools==82.0.1