From 20dc2c6fa0a29c8afdfbf612ded916b8901afd62 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Mar 2025 23:00:28 +0000 Subject: [PATCH] feat(deps): 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 117be80..978dc97 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ SQLAlchemy-Utils==0.41.2 # SQLAlchemy click==8.1.8 # Uvicorn uvicorn==0.34.0 # Uvicorn -iniconfig==2.0.0 # pytest +iniconfig==2.1.0 # pytest packaging==24.1 # pytest pluggy==1.5.0 # pytest pytest==8.3.5 # pytest