From cd1fd2732ccfb60c3019ad8087736296a02677ae Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Feb 2025 10:30:52 +0000 Subject: [PATCH] Update babel requirement from ~=2.16 to ~=2.17 Updates the requirements on [babel](https://github.com/python-babel/babel) to permit the latest version. - [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.16.0...v2.17.0) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 82dbabb0..00ee520b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -29,7 +29,7 @@ pygments~=2.19 pymdown-extensions~=10.14 # Requirements for plugins -babel~=2.16 +babel~=2.17 colorama~=0.4 paginate~=0.5 regex>=2022.4 \ No newline at end of file