From 9078f50f824bc238f9c52ba7f86cf9c06ab207a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 02:02:50 +0000 Subject: [PATCH] Update typing-extensions requirement from >=4.7.1 to >=4.16.0 Updates the requirements on [typing-extensions](https://github.com/python/typing_extensions) to permit the latest version. - [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.7.1...4.16.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.16.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-asyncio.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-asyncio.txt b/requirements-asyncio.txt index ee1178ab54..4a9b28779f 100644 --- a/requirements-asyncio.txt +++ b/requirements-asyncio.txt @@ -4,4 +4,4 @@ urllib3>=2.7.0 # MIT aiohttp>=3.14.3,<4.0.0 # Apache-2.0 aiohttp-retry>=2.8.3 # MIT pydantic>=2.11 # MIT -typing-extensions>=4.7.1 # PSF +typing-extensions>=4.16.0 # PSF diff --git a/requirements.txt b/requirements.txt index 3fa50ac8a4..e0f55d1521 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,6 +6,6 @@ pyyaml>=6.0.3 # MIT websocket-client>=0.32.0,!=0.40.0,!=0.41.*,!=0.42.* # LGPLv2+ requests # Apache-2.0 requests-oauthlib # ISC -typing-extensions>=4.7.1 # PSF +typing-extensions>=4.16.0 # PSF urllib3>=2.7.0,<3.0.0 # MIT durationpy>=0.7 # MIT