diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2021-04-30 06:55:10 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 06:55:10 +0000 |
commit | 1206f4dccfccbced148fbea7a35963765b3b409d (patch) | |
tree | 255fd2610cfc39373c62a73cddc3419018c393b1 /requirements.txt | |
parent | e5bcc3cbbecb067b0acd8a7c061d9a16453381ed (diff) | |
download | searxng-1206f4dccfccbced148fbea7a35963765b3b409d.tar.gz searxng-1206f4dccfccbced148fbea7a35963765b3b409d.zip |
Bump babel from 2.9.0 to 2.9.1
Bumps [babel](https://github.com/python-babel/babel) from 2.9.0 to 2.9.1.
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES)
- [Commits](https://github.com/python-babel/babel/compare/v2.9.0...v2.9.1)
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 6d66478de..53bb6cea7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ certifi==2020.12.05 -babel==2.9.0 +babel==2.9.1 flask-babel==2.0.0 flask==1.1.2 jinja2==2.11.3 |