From 6f7242a66db0ea5f07e53190455ecd9e6bb9483c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 10:43:20 +0000 Subject: [PATCH] Bump babel from 2.12.1 to 2.16.0 Bumps [babel](https://github.com/python-babel/babel) from 2.12.1 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.12.1...v2.16.0) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index ee0111b32a..fbe4079fa5 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,4 +1,4 @@ bump2version==1.0.1 -Babel==2.12.1 +Babel==2.16.0 black==24.10.0 ruff===0.7.0 diff --git a/requirements.txt b/requirements.txt index 8fc384c2ba..b4fced668a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -27,7 +27,7 @@ jsonschema==4.22.0 apispec==6.3.1 apispec-webframeworks==0.5.2 blinker==1.8.1 -Babel==2.12.1 +Babel==2.16.0 PyYAML==6.0.1 python-frontmatter==1.1.0 pyjwt >= 2.0.1, < 2.9.0