diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-12-23 06:31:33 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarIT.de> | 2023-12-23 07:39:26 +0100 |
commit | 2e52d06d182d1fc5370ffa298583ec2a2373b76b (patch) | |
tree | 8b1987c0750cfe149ff403e9ff1c9780010bf228 /requirements.txt | |
parent | ed085a38bd6ec319ef7d48d25b8b6c81c5c6e7a1 (diff) | |
download | searxng-2e52d06d182d1fc5370ffa298583ec2a2373b76b.tar.gz searxng-2e52d06d182d1fc5370ffa298583ec2a2373b76b.zip |
Bump babel from 2.13.1 to 2.14.0
Bumps [babel](https://github.com/python-babel/babel) from 2.13.1 to 2.14.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.13.1...v2.14.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 d71697ce8..c95def6b1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ certifi==2023.11.17 -babel==2.13.1 +babel==2.14.0 flask-babel==4.0.0 flask==3.0.0 jinja2==3.1.2 |