From 151d7069617b15c8a2c0242356530617c4a2c0ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 16:42:10 +0000 Subject: [PATCH] build(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] --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c704e97..1a5f0b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -29,7 +29,7 @@ dependencies = [ "Jinja2==3.1.6", "MarkupSafe==3.0.3", "numpy==2.4.6", - "typing_extensions==4.15.0", + "typing_extensions==4.16.0", "rich>=13.7.0", "pydantic>=2.7.0", "ddgs>=9.0.0", diff --git a/requirements.txt b/requirements.txt index d10e33f..ba0fe39 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,7 @@ Jinja2==3.1.6 MarkupSafe==3.0.3 numpy==2.4.6 -typing_extensions==4.15.0 +typing_extensions==4.16.0 # UI / formatting rich>=13.7.0