From 23028d10441eef3ce270532bf1bed7bc16e9fc2e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 12 Apr 2024 10:36:26 +0000 Subject: [PATCH] chore(deps): update dependency idna to v3.7 [security] (#129) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- frontend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/requirements.txt b/frontend/requirements.txt index 8e804b9..733127e 100644 --- a/frontend/requirements.txt +++ b/frontend/requirements.txt @@ -17,7 +17,7 @@ fonttools==4.50.0 ; python_version >= "3.12" and python_version < "3.13" future==1.0.0 ; python_version >= "3.12" and python_version < "3.13" gunicorn==21.2.0 ; python_version >= "3.12" and python_version < "3.13" html5lib==1.1 ; python_version >= "3.12" and python_version < "3.13" -idna==3.6 ; python_version >= "3.12" and python_version < "3.13" +idna==3.7 ; python_version >= "3.12" and python_version < "3.13" joblib==1.3.2 ; python_version >= "3.12" and python_version < "3.13" kiwisolver==1.4.5 ; python_version >= "3.12" and python_version < "3.13" lmfit==1.2.2 ; python_version >= "3.12" and python_version < "3.13"