From 23f4376876ce8f6f9edf22b514073076533dd94d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Aug 2025 16:16:20 +0000 Subject: [PATCH] - r 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] --- constraints.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constraints.txt b/constraints.txt index 462a52c..b385476 100644 --- a/constraints.txt +++ b/constraints.txt @@ -67,7 +67,7 @@ tomli==2.2.1 # black # mypy # pytest -typing-extensions==4.14.1 +typing-extensions==4.15.0 # via # approvaltests # black