From 52c2b7ea937cd81d99de71d3d29c123ef04c2c43 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 00:59:41 +0000 Subject: [PATCH] fix(deps): update dependency typing_extensions to ~=4.13.2 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccabfb8..8211fab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ ] dependencies = [ "attrs~=20.3.0", - "typing_extensions~=4.12.2", + "typing_extensions~=4.13.2", ] [project.urls]