From ddb64f39e961e0a67671515c8a27966f83b36dcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 02:43:23 +0000 Subject: [PATCH] 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-pytorch.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-pytorch.txt b/requirements-pytorch.txt index a11409e7c..4635125b5 100644 --- a/requirements-pytorch.txt +++ b/requirements-pytorch.txt @@ -57,7 +57,7 @@ sympy==1.14.0 ; python_version >= "3.11" and python_version < "3.15" torch==2.12.1 ; python_version >= "3.11" and python_version < "3.15" tqdm==4.68.3 ; python_version >= "3.11" and python_version < "3.15" triton==3.7.0 ; python_version >= "3.11" and python_version < "3.15" and platform_system == "Linux" -typing-extensions==4.15.0 ; python_version >= "3.11" and python_version < "3.15" +typing-extensions==4.16.0 ; python_version >= "3.11" and python_version < "3.15" tzdata==2026.2 ; python_version >= "3.11" and python_version < "3.15" and (sys_platform == "win32" or sys_platform == "emscripten") urllib3==2.7.0 ; python_version >= "3.11" and python_version < "3.15" xarray==2026.4.0 ; python_version >= "3.11" and python_version < "3.15"