From 614257c68b286e846fc93e8fd791cfd238142068 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 10:52:09 +0000 Subject: [PATCH] build(deps): bump babel in /docs in the production-dependencies group Bumps the production-dependencies group in /docs with 1 update: [babel](https://github.com/python-babel/babel). Updates `babel` from 2.15.0 to 2.16.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.15.0...v2.16.0) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor dependency-group: production-dependencies ... 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 43d06aefd9..92f45dfbad 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -Babel==2.15.0 +Babel==2.16.0 Jinja2==3.1.4 MarkupSafe==2.1.5 Pygments==2.18.0