diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-06-07 07:37:12 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-06-07 10:12:40 +0200 |
commit | 312c922ce139a0244c73af6ca1b2803ae1d3db32 (patch) | |
tree | 759a33192e1adc60f3096d2e4862646d3ecb8208 /requirements.txt | |
parent | 4f119936cb3b6412e57d665d07bdc121a2232edb (diff) | |
download | searxng-312c922ce139a0244c73af6ca1b2803ae1d3db32.tar.gz searxng-312c922ce139a0244c73af6ca1b2803ae1d3db32.zip |
[upd] pypi: Bump certifi from 2024.2.2 to 2024.6.2
Bumps [certifi](https://github.com/certifi/python-certifi) from 2024.2.2 to 2024.6.2.
- [Commits](https://github.com/certifi/python-certifi/compare/2024.02.02...2024.06.02)
---
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 b2b4cdb8b..0ad567a6c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -certifi==2024.2.2 +certifi==2024.6.2 babel==2.15.0 flask-babel==4.0.0 flask==3.0.3 |