From f2207edee463c3f9b3a89538ca12c0b5747fefef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jun 2022 22:29:43 +0000 Subject: [PATCH] Bump babel from 2.9.1 to 2.10.2 in /scripts Bumps [babel](https://github.com/python-babel/babel) from 2.9.1 to 2.10.2. - [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.9.1...v2.10.2) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- scripts/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/requirements.txt b/scripts/requirements.txt index 73eefbe1ff1..58f206fc445 100644 --- a/scripts/requirements.txt +++ b/scripts/requirements.txt @@ -1,4 +1,4 @@ -Babel==2.9.1 +Babel==2.10.2 m2r2==0.3.2 Sphinx==4.5.0 sphinx-copybutton==0.5.0