From f0d9dae84edd9d6b8f11bfb1fc8affdc950cce87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Apr 2026 00:02:51 +0000 Subject: [PATCH] build(deps): bump requests from 2.32.5 to 2.33.1 Bumps [requests](https://github.com/psf/requests) from 2.32.5 to 2.33.1. - [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 update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16123690e32..dcfcbe79987 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -128,7 +128,7 @@ dependencies = [ "mock<6.0.0", "python-dateutil==2.9.0.post0", "pytz==2024.1", - "requests==2.32.5", + "requests==2.33.1", "timeout-decorator==0.5.0", "pylibmc==1.6.3", "sherlock==0.4.1",