diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-08-30 07:49:52 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-08-31 09:50:52 +0200 |
commit | cbd86473aadb31c0a12694f56a94c41ab2581142 (patch) | |
tree | 2bdaa0b573817f4b64f8a156a088ea0488eb37f3 | |
parent | 769b2ed030e6a60c3b3ea52f2993addf7d5e9756 (diff) | |
download | searxng-cbd86473aadb31c0a12694f56a94c41ab2581142.tar.gz searxng-cbd86473aadb31c0a12694f56a94c41ab2581142.zip |
[upd] pypi: Bump certifi from 2024.7.4 to 2024.8.30
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.7.4 to 2024.8.30.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.07.04...2024.08.30)
---
updated-dependencies:
- dependency-name: certifi
dependency-type: direct:production
update-type: version-update:semver-minor
...
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 4e6ed7ef8..9e6b515fa 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2024.7.4 +certifi==2024.8.30 babel==2.16.0 flask-babel==4.0.0 flask==3.0.3 |