From 36ae1c70348ae3593c6cb2e77a9bb66197fd2fe0 Mon Sep 17 00:00:00 2001 From: Markus Heiser Date: Sat, 3 Feb 2024 13:36:08 +0100 Subject: [PATCH] [fix] remove certifi from requirements.txt [1] [1] https://github.com/searxng/searxng/commit/93f7f7eee2e8 forensics: - Requirement certify was added in 35a2bc5650b - Since commit 93f7f7eee certifi is no longer needed. Not sure why 93f7f7eee upgraded certifi while removing the usage of this package from the source code in the same commit. Closes: https://github.com/searxng/searxng/pull/3182 Signed-off-by: Markus Heiser --- requirements.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6eddc1403..7adf6f74d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,3 @@ -certifi==2023.11.17 babel==2.14.0 flask-babel==4.0.0 flask==3.0.1