diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-17 07:33:29 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-17 07:33:29 +0000 |
commit | 545ea6e4aa7dabb415aaeedd1a9c98845718ebb5 (patch) | |
tree | 01a8acfe7309ac263172bacfbbd8f463cf7b98a0 /requirements.txt | |
parent | ad18ac1ff22bcdcacd6bd2d74662bbf73dc08991 (diff) | |
download | searxng-545ea6e4aa7dabb415aaeedd1a9c98845718ebb5.tar.gz searxng-545ea6e4aa7dabb415aaeedd1a9c98845718ebb5.zip |
Bump certifi from 2022.5.18.1 to 2022.6.15
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.5.18.1 to 2022.6.15.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2022.05.18.1...2022.06.15)
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to 'requirements.txt')
-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 |