From 13726042cf8699c3e5d9f1d0d05338d21fa48e49 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 13:31:59 +0000 Subject: [PATCH] Bump babel from 2.12.1 to 2.17.0 Bumps [babel](https://github.com/python-babel/babel) from 2.12.1 to 2.17.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.12.1...v2.17.0) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 10b7e2ff74..f6ec852c11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ backports.ssl-match-hostname==3.7.0.1 # required by tornado<5.0 patool>=1.12,<3.2 # https://github.com/wummel/patool/blob/master/doc/changelog.txt bcrypt>=3.1,<4.3 # https://github.com/pyca/bcrypt/ chardet>=3.0,<5.3 # https://pypi.python.org/pypi/chardet -babel==2.12.1 # http://babel.pocoo.org/en/latest/changelog.html +babel==2.17.0 # http://babel.pocoo.org/en/latest/changelog.html pyxdg>=0.26,<0.29 # https://freedesktop.org/wiki/Software/pyxdg/ Jinja2>=2.10,<2.11 # http://jinja.pocoo.org/docs/latest/changelog/