diff options
| author | Markus Heiser <markus.heiser@darmarIT.de> | 2022-06-17 09:39:18 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-17 09:39:18 +0200 |
| commit | af699082db0615e9faff350d667d436329b82ab2 (patch) | |
| tree | 01a8acfe7309ac263172bacfbbd8f463cf7b98a0 | |
| parent | ad18ac1ff22bcdcacd6bd2d74662bbf73dc08991 (diff) | |
| parent | 545ea6e4aa7dabb415aaeedd1a9c98845718ebb5 (diff) | |
Merge pull request #1338 from searxng/dependabot/pip/master/certifi-2022.6.15
Bump certifi from 2022.5.18.1 to 2022.6.15
| -rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 97fdea6a1..f5939523a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2022.5.18.1 +certifi==2022.6.15 babel==2.10.3 flask-babel==2.0.0 flask==2.1.2 |