From 552c320fadb13a5068f45f34a4f0b30e7430a3a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 May 2024 00:36:10 +0000 Subject: [PATCH] Update requests requirement from <=2.32.1,>=2.9.1 to >=2.9.1,<=2.32.2 (#6865) --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 093a99c8cc..33d588b297 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -71,7 +71,7 @@ dev = [ "pytest-timeout>=2.3.1,<=2.3.1", "pytest-xdist>=3.5.0,<=3.6.1", "pytest>=8.1.1,<=8.1.2", - "requests>=2.9.1,<=2.32.1", + "requests>=2.9.1,<=2.32.2", "tox>=3.5,<=4.15.0", "wheel>=0.36.2,<=0.43", "build>=0.10.0,<=1.2.1",