diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-03-03 07:56:51 +0000 |
---|---|---|
committer | Markus Heiser <markus.heiser@darmarit.de> | 2023-03-24 11:26:15 +0100 |
commit | 212de1a0f567ac3ed9fd177936e29a7fc1308382 (patch) | |
tree | 04faecaa1d107bb6357c440c8c6c8f1ec4cfeb00 /requirements.txt | |
parent | 16f0db44939c23d2980d6fd2e5dfada13d8f5ee9 (diff) | |
download | searxng-212de1a0f567ac3ed9fd177936e29a7fc1308382.tar.gz searxng-212de1a0f567ac3ed9fd177936e29a7fc1308382.zip |
Bump babel from 2.11.0 to 2.12.1
Bumps [babel](https://github.com/python-babel/babel) from 2.11.0 to 2.12.1.
- [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.11.0...v2.12.1)
---
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 adccfa3f5..3ee417d7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ certifi==2022.12.7 -babel==2.11.0 +babel==2.12.1 flask-babel==3.0.1 flask==2.2.3 jinja2==3.1.2 |