From facacf0de4c22b89d8302b214d5ba045d5bf96c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Apr 2024 14:19:03 +0000 Subject: [PATCH] chore(deps): update typing-extensions requirement --- updated-dependencies: - dependency-name: typing-extensions 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 893cbcd75..d983b3b2c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "click >= 8.1.7", "pyyaml >= 6.0", # Job Attachments - "typing_extensions == 4.7.*; python_version == '3.7'", + "typing_extensions >= 4.7,< 4.12; python_version == '3.7'", "typing_extensions >= 4.8; python_version > '3.7'", # Pinning due to 3.4 not being available upstream "xxhash == 3.4.*",