From 6a848b9f4946bc5137409eda1e4899549eccca75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Jul 2025 11:42:34 +0000 Subject: [PATCH] Bump typing-extensions from 4.14.0 to 4.14.1 Bumps [typing-extensions](https://github.com/python/typing_extensions) from 4.14.0 to 4.14.1. - [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.0...4.14.1) --- updated-dependencies: - dependency-name: typing-extensions dependency-version: 4.14.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2940cdd61..4da722aa5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -58,7 +58,7 @@ toml==0.10.2 tomli==2.2.1 traitlets==5.14.3 types-toml==0.10.8.20240310 -typing_extensions==4.14.0 +typing_extensions==4.14.1 uritemplate==4.2.0 urllib3==2.5.0 wcwidth==0.2.13