From 30afa12d927095bd0f39278355024369783c4ad8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 04:10:07 +0000 Subject: [PATCH] chore(deps): bump babel from 2.16.0 to 2.17.0 Bumps [babel](https://github.com/python-babel/babel) from 2.16.0 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.16.0...v2.17.0) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor ... 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 f640a5b..5d2306c 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -2,7 +2,7 @@ # uv pip compile pyproject.toml --pre --python-version 3.12 --extra docs -o docs/requirements.txt alabaster==1.0.0 # via sphinx -babel==2.16.0 +babel==2.17.0 # via sphinx beautifulsoup4==4.13.0b2 # via furo