diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-02-02 07:50:27 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-02-10 07:47:15 +0100 |
commit | 596b9b786441924fadb265fd319a238f2b274b4f (patch) | |
tree | 15cfd48e3c4cc5733a67e706ad67ed6499bd1a61 | |
parent | bbe42ea81dd071679e13989f90c91c6957669521 (diff) | |
download | searxng-596b9b786441924fadb265fd319a238f2b274b4f.tar.gz searxng-596b9b786441924fadb265fd319a238f2b274b4f.zip |
Bump certifi from 2023.11.17 to 2024.2.2
Bumps [certifi](https://github.com/certifi/python-certifi) from 2023.11.17 to 2024.2.2.
- [Commits](https://github.com/certifi/python-certifi/compare/2023.11.17...2024.02.02)
---
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 cfc08f345..10df212b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2023.11.17 +certifi==2024.2.2 babel==2.14.0 flask-babel==4.0.0 flask==3.0.2 |