From 77eee9b1956d6f98d57ed9165e4fc42cbf98bd94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Jul 2025 19:35:45 +0000 Subject: [PATCH] Update dependency typing-extensions to v4.14.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7eaaf12..d785f24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,7 +31,7 @@ pytest==8.3.5 ; python_version >= "3.10" and python_version < "4.0" python-dotenv==1.0.1 ; python_version >= "3.10" and python_version < "4.0" simple-websocket==1.1.0 ; python_version >= "3.10" and python_version < "4.0" tomli==2.2.1 ; python_version >= "3.10" and python_version < "3.11" -typing-extensions==4.12.2 ; python_version >= "3.10" and python_version < "3.11" +typing-extensions==4.14.1 ; python_version >= "3.10" and python_version < "3.11" webassets==2.0 ; python_version >= "3.10" and python_version < "4.0" werkzeug==3.1.3 ; python_version >= "3.10" and python_version < "4.0" win32-setctime==1.2.0 ; python_version >= "3.10" and python_version < "4.0" and sys_platform == "win32"