From 5a545ca1f757e3d6cc286e90fd1f3582ffe82599 Mon Sep 17 00:00:00 2001 From: Varac renovate bot <renovatebot@varac.net> Date: Mon, 16 Oct 2023 02:12:36 +0000 Subject: [PATCH] Refresh pip-compile outputs --- requirements.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index 475cb8f..d9067a9 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ # -# This file is autogenerated by pip-compile with Python 3.11 +# This file is autogenerated by pip-compile with Python 3.12 # by the following command: # # pip-compile requirements.in @@ -8,13 +8,13 @@ build==1.0.3 # via pip-tools certifi==2023.7.22 # via requests -charset-normalizer==3.2.0 +charset-normalizer==3.3.0 # via requests click==8.1.7 # via pip-tools idna==3.4 # via requests -packaging==23.1 +packaging==23.2 # via build pip-tools==7.3.0 # via -r requirements.in @@ -35,7 +35,7 @@ requests-toolbelt==1.0.0 # via python-gitlab six==1.16.0 # via python-dateutil -urllib3==2.0.5 +urllib3==2.0.6 # via requests wheel==0.41.2 # via pip-tools -- GitLab