From 0cd3b919c426f671aeaccdf7f2ed2ee02c0400a2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 08:34:45 -0700 Subject: [PATCH] chore(deps): update dependency future to v1 (#90) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Tobias Müller --- frontend/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/requirements.txt b/frontend/requirements.txt index 7e99eea..e80a1ab 100644 --- a/frontend/requirements.txt +++ b/frontend/requirements.txt @@ -14,7 +14,7 @@ cssselect2==0.7.0 ; python_version >= "3.10" and python_version < "3.12" cycler==0.12.1 ; python_version >= "3.10" and python_version < "3.12" django==4.2.10 ; python_version >= "3.10" and python_version < "3.12" fonttools==4.47.2 ; python_version >= "3.10" and python_version < "3.12" -future==0.18.3 ; python_version >= "3.10" and python_version < "3.12" +future==1.0.0 ; python_version >= "3.10" and python_version < "3.12" gunicorn==20.1.0 ; python_version >= "3.10" and python_version < "3.12" html5lib==1.1 ; python_version >= "3.10" and python_version < "3.12" idna==3.6 ; python_version >= "3.10" and python_version < "3.12"