From 2e41287840b1c5938432bb78a6e3f77c7b7c50a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 19 Oct 2025 09:11:31 +0000 Subject: [PATCH] feat(deps): update dependency iniconfig to v2.3.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 93091a1..60a5456 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ SQLAlchemy-Utils==0.41.2 # SQLAlchemy click==8.3.0 # Uvicorn uvicorn==0.38.0 # Uvicorn -iniconfig==2.1.0 # pytest +iniconfig==2.3.0 # pytest packaging==25.0 # pytest pluggy==1.6.0 # pytest pytest==8.4.2 # pytest