diff options
author | Alexandre Flament <alex@al-f.net> | 2022-12-09 10:07:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-09 10:07:18 +0100 |
commit | 3df1a9839a7b2072bd233728266401a6151713bd (patch) | |
tree | 6598ef879dcbc76abcd7bdc37ad10caa57e92867 | |
parent | 67eea86b35a1f5b9f5f17e0438332f15e852a22e (diff) | |
parent | 458f83cb26d3b427b97d9ce9e6309c37a55f9c0b (diff) | |
download | searxng-3df1a9839a7b2072bd233728266401a6151713bd.tar.gz searxng-3df1a9839a7b2072bd233728266401a6151713bd.zip |
Merge pull request #2017 from searxng/dependabot/pip/certifi-2022.12.7
Bump certifi from 2022.9.24 to 2022.12.7
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 7612ff97a..dbfb881b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2022.9.24 +certifi==2022.12.7 babel==2.11.0 flask-babel==2.0.0 flask==2.2.2 |