diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-05-20 07:04:54 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-20 07:04:54 +0000 |
commit | f4b6506f966d07870cb9fef70f941025be1e6994 (patch) | |
tree | b5327a78ae987e40299ba03fb56288144c340348 | |
parent | f814ac703b25640d28ab3a4a096f693808cde6db (diff) | |
download | searxng-f4b6506f966d07870cb9fef70f941025be1e6994.tar.gz searxng-f4b6506f966d07870cb9fef70f941025be1e6994.zip |
Bump certifi from 2021.10.8 to 2022.5.18.1
Bumps [certifi](https://github.com/certifi/python-certifi) from 2021.10.8 to 2022.5.18.1.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2021.10.08...2022.05.18.1)
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements.txt b/requirements.txt index 833c476d1..ff5d766e4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2021.10.8 +certifi==2022.5.18.1 babel==2.10.1 flask-babel==2.0.0 flask==2.1.2 |