From 1d853b2f3577b0af9e0063bd0f7dda99de2a945c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 23:30:37 +0000 Subject: [PATCH] Update dependency iniconfig to v2.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 7eaaf12..adff7b2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ flask-sock==0.7.0 ; python_version >= "3.10" and python_version < "4.0" flask==3.1.0 ; python_version >= "3.10" and python_version < "4.0" gunicorn==23.0.0 ; python_version >= "3.10" and python_version < "4.0" h11==0.14.0 ; python_version >= "3.10" and python_version < "4.0" -iniconfig==2.0.0 ; python_version >= "3.10" and python_version < "4.0" +iniconfig==2.1.0 ; python_version >= "3.10" and python_version < "4.0" isort==6.0.1 ; python_version >= "3.10" and python_version < "4.0" itsdangerous==2.2.0 ; python_version >= "3.10" and python_version < "4.0" jinja2==3.1.6 ; python_version >= "3.10" and python_version < "4.0"