diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-09-30 07:10:56 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-30 07:10:56 +0000 |
commit | c9a6254961f94967336be74f74b4dd451db4eb9a (patch) | |
tree | b72b68713df63541d2e043946eecb6a6d11c3010 /requirements.txt | |
parent | a7d693231c71ab2db688b39aa75bf696383bc643 (diff) | |
download | searxng-c9a6254961f94967336be74f74b4dd451db4eb9a.tar.gz searxng-c9a6254961f94967336be74f74b4dd451db4eb9a.zip |
Bump certifi from 2022.9.14 to 2022.9.24
Bumps [certifi](https://github.com/certifi/python-certifi) from 2022.9.14 to 2022.9.24.
- [Release notes](https://github.com/certifi/python-certifi/releases)
- [Commits](https://github.com/certifi/python-certifi/compare/2022.09.14...2022.09.24)
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 856dd3188..d3cd1e817 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2022.9.14 +certifi==2022.9.24 babel==2.10.3 flask-babel==2.0.0 flask==2.2.2 |