From 73f2fddfecc60bfaeff93c1780b3bc80c39f3639 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 21:42:24 +0000 Subject: [PATCH] build(deps): Bump typing-extensions from 4.14.1 to 4.15.0 Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.14.1 to 4.15.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/compare/4.14.1...4.15.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.15.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5af2b17f54..8bb36aa371 100644 --- a/requirements.txt +++ b/requirements.txt @@ -37,6 +37,6 @@ multidict==6.6.3 asyncstdlib==3.13.1 cachetools==6.1.0 CJKwrap==2.2 -typing-extensions==4.14.1 +typing-extensions==4.15.0 uvloop==0.21.0; sys_platform!='win32' and sys_platform!='cygwin' and sys_platform!='cli' isal==1.7.2; platform_machine=='x86_64' or platform_machine=='AMD64' or platform_machine=='aarch64'