From dca4c9ba12aa793f5cb154df0c8f74df9f72abec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 02:44:54 +0000 Subject: [PATCH] deps(py): bump requests from 2.32.5 to 2.34.2 Bumps [requests](https://github.com/psf/requests) from 2.32.5 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.32.5...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 e537db7..01a4b89 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # Core dependencies -requests==2.32.5 +requests==2.34.2 httpx[http2]==0.28.1 pyyaml==6.0.3 python-dotenv==1.2.1