diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-10 07:52:35 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2024-05-10 09:58:12 +0200 |
commit | a8d5126c5661256757e15101ba233ddcebcfea35 (patch) | |
tree | 605380e0f92c711ed62d4928aa667c92127dad26 /requirements.txt | |
parent | 4b6eebd312167a1f89a9cc8499f4da3b25127e30 (diff) | |
download | searxng-a8d5126c5661256757e15101ba233ddcebcfea35.tar.gz searxng-a8d5126c5661256757e15101ba233ddcebcfea35.zip |
[upd] pypi: Bump babel from 2.14.0 to 2.15.0
Bumps [babel](https://github.com/python-babel/babel) from 2.14.0 to 2.15.0.
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES.rst)
- [Commits](https://github.com/python-babel/babel/compare/v2.14.0...v2.15.0)
---
updated-dependencies:
- dependency-name: babel
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 c6653a461..45c27594a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ certifi==2024.2.2 -babel==2.14.0 +babel==2.15.0 flask-babel==4.0.0 flask==3.0.3 jinja2==3.1.4 |