From e2776200144daddcb4df48cc522e39842db36e2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 01:56:40 +0000 Subject: [PATCH] build(deps): update typing-extensions requirement in /requirements 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.6.0...4.15.0) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.15.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements/fabric/base.txt | 2 +- requirements/pytorch/base.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements/fabric/base.txt b/requirements/fabric/base.txt index b740cf2d7cdd6..00d2b9bdaf427 100644 --- a/requirements/fabric/base.txt +++ b/requirements/fabric/base.txt @@ -4,5 +4,5 @@ torch >=2.1.0, <2.9.0 fsspec[http] >=2022.5.0, <2025.8.0 packaging >=20.0, <=25.0 -typing-extensions >4.5.0, <4.15.0 +typing-extensions >4.5.0, <4.16.0 lightning-utilities >=0.10.0, <0.16.0 diff --git a/requirements/pytorch/base.txt b/requirements/pytorch/base.txt index ef798883c12ef..6e684d995c1b7 100644 --- a/requirements/pytorch/base.txt +++ b/requirements/pytorch/base.txt @@ -7,5 +7,5 @@ PyYAML >5.4, <6.1.0 fsspec[http] >=2022.5.0, <2025.8.0 torchmetrics >0.7.0, <1.9.0 packaging >=20.0, <=25.0 -typing-extensions >4.5.0, <4.15.0 +typing-extensions >4.5.0, <4.16.0 lightning-utilities >=0.10.0, <0.16.0