From 227e5f4c688e287a85461cccbe5095316a184a84 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 2 Jul 2026 12:29:38 +0000 Subject: [PATCH] fix(deps): update dependency typing_extensions to v4.16.0 --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 805b10b..626c2fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ dependencies = [ "httpx==0.28.1", "idna==3.18", "pycparser==3.0", - "typing_extensions==4.15.0", + "typing_extensions==4.16.0", ] [project.urls] diff --git a/requirements.txt b/requirements.txt index aadf762..7162a34 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,4 +8,4 @@ httpcore==1.0.9 httpx==0.28.1 idna==3.18 pycparser==3.0 -typing_extensions==4.15.0 +typing_extensions==4.16.0