From 300f48352b774827b52ba3d14819fa1876d9c2e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 11:22:29 +0000 Subject: [PATCH] Bump requests from 2.32.2 to 2.32.3 (#11040) Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.3. - [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.2...v2.32.3) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- ci-constraints-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci-constraints-requirements.txt b/ci-constraints-requirements.txt index 27e66e3aec3f..891e51475b79 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -103,7 +103,7 @@ pytest-xdist==3.6.1; python_version >= "3.8" # via cryptography (pyproject.toml) readme-renderer==43.0 # via cryptography (pyproject.toml) -requests==2.32.2 +requests==2.32.3 # via sphinx ruff==0.4.6 # via cryptography (pyproject.toml)