diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2023-05-13 06:55:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-13 06:55:23 +0200 |
| commit | 1fc268a52d86b0e58386700b71e47021fbd45a3a (patch) | |
| tree | 5f45cddfecfd960276d1c1463e76219e12d59150 | |
| parent | 6625b6193e97d5d39260628d737783b7017f3a85 (diff) | |
| parent | cb7fc29891f5b5623b12493f34cdb9efb2c3c950 (diff) | |
Merge pull request #2424 from searxng/dependabot/pip/master/certifi-2023.5.7
Bump certifi from 2022.12.7 to 2023.5.7
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 6c718c1a3..de14676b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2022.12.7 +certifi==2023.5.7 babel==2.12.1 flask-babel==3.1.0 flask==2.3.2 |