From f69d45838f42d67e0611c0fc9ce5866cf9dc5ebe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:27:06 +0000 Subject: [PATCH] --- updated-dependencies: - dependency-name: requests dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 48ae3638..f533e565 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "psutil >= 5.9,< 7.0", "pydantic ~= 1.10.0", "pywin32 == 306; platform_system == 'Windows'", - "requests == 2.31.*", + "requests >= 2.31,< 2.33", ] requires-python = ">=3.9" description = "The AWS Deadline Cloud worker agent can be used to run a worker in an AWS Deadline Cloud fleet"