From d0ee86386673be49a9a665aba45a04be98a35fa0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 22:53:12 +0000 Subject: [PATCH] chore(deps): bump typing-extensions from 4.15.0 to 4.16.0 Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.15.0 to 4.16.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.15.0...4.16.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.16.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 aae77728..9182319e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,6 +16,6 @@ pytz==2026.2 ; python_version >= "3.10" and python_version < "4.0" pyyaml==6.0.3 ; python_version >= "3.10" and python_version < "4.0" requests==2.34.2 ; python_version >= "3.10" and python_version < "4.0" six==1.17.0 ; python_version >= "3.10" and python_version < "4.0" -typing-extensions==4.15.0 ; python_version >= "3.10" and python_version < "4.0" +typing-extensions==4.16.0 ; python_version >= "3.10" and python_version < "4.0" tzdata==2026.2 ; python_version >= "3.10" and python_version < "4.0" urllib3==2.7.0 ; python_version >= "3.10" and python_version < "4.0"