From dbe3a48b8a84ec76b4e805162a397462b8d9e209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 05:28:16 +0000 Subject: [PATCH] Bump typing-extensions in /requirements in the actions group Bumps the actions group in /requirements with 1 update: [typing-extensions](https://github.com/python/typing_extensions). Updates `typing-extensions` from 4.6.0 to 4.12.2 - [Release notes](https://github.com/python/typing_extensions/releases) - [Changelog](https://github.com/python/typing_extensions/blob/main/CHANGELOG.md) - [Commits](https://github.com/python/typing_extensions/compare/4.6.0...4.12.2) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] --- requirements/typecheck.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/typecheck.txt b/requirements/typecheck.txt index d62c0d2bdc..408c767fbb 100644 --- a/requirements/typecheck.txt +++ b/requirements/typecheck.txt @@ -2,4 +2,4 @@ mypy==1.14.1 types-PyYAML==6.0.12.20241230 types-chardet==5.0.4.6 types-requests==2.32.0.20241016 -typing-extensions==4.6.0; python_version < '3.12' +typing-extensions==4.12.2; python_version < '3.12'