From 0e4ede8789959abc1effbb50aef6a7ca6453c571 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 May 2025 19:19:10 +0000 Subject: [PATCH] chore(deps): update dependency exceptiongroup to v1.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4f51791..dafbd8f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ black==24.4.2 ; python_version >= "3.10" and python_version < "4.0" blinker==1.8.2 ; python_version >= "3.10" and python_version < "4.0" click==8.1.7 ; python_version >= "3.10" and python_version < "4.0" colorama==0.4.6 ; python_version >= "3.10" and python_version < "4.0" and (sys_platform == "win32" or platform_system == "Windows") -exceptiongroup==1.2.1 ; python_version >= "3.10" and python_version < "3.11" +exceptiongroup==1.3.0 ; python_version >= "3.10" and python_version < "3.11" flask-sqlalchemy==3.1.1 ; python_version >= "3.10" and python_version < "4.0" flask==3.0.3 ; python_version >= "3.10" and python_version < "4.0" greenlet==3.0.3 ; python_version >= "3.10" and python_version < "4.0" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32")