From 5f8f906999ed4fa9be5845f9fea482712d22861a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 22:07:13 +0000 Subject: [PATCH] chore(deps): update dependency isort to v6.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3799a60..3333db1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ flask==3.1.2 ; python_version >= "3.12" and python_version < "4.0" greenlet==3.2.4 ; python_version >= "3.12" and python_version < "3.14" 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") gunicorn==23.0.0 ; python_version >= "3.12" and python_version < "4.0" iniconfig==2.1.0 ; python_version >= "3.12" and python_version < "4.0" -isort==6.0.1 ; python_version >= "3.12" and python_version < "4.0" +isort==6.1.0 ; python_version >= "3.12" and python_version < "4.0" itsdangerous==2.2.0 ; python_version >= "3.12" and python_version < "4.0" jinja2==3.1.6 ; python_version >= "3.12" and python_version < "4.0" loguru==0.7.3 ; python_version >= "3.12" and python_version < "4.0"