From 4193caf208b8490fb7be7770e348aa445f0117df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 14:48:23 +0000 Subject: [PATCH] Bump typing-extensions from 4.9.0 to 4.10.0 (#10485) Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.9.0 to 4.10.0. - [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/commits) --- updated-dependencies: - dependency-name: typing-extensions dependency-type: direct:production update-type: version-update:semver-minor ... 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 2cb0b79c951d..15fb32977180 100644 --- a/ci-constraints-requirements.txt +++ b/ci-constraints-requirements.txt @@ -146,7 +146,7 @@ tomli==2.0.1 # mypy # pyproject-hooks # pytest -typing-extensions==4.9.0; python_version >= "3.8" +typing-extensions==4.10.0; python_version >= "3.8" # via mypy urllib3==2.2.1 # via requests