From 0810abcabdefbe8957947872b9d231fd50fdb9c2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Sep 2022 08:40:36 +0000 Subject: [PATCH] build(deps): bump babel from 2.3.4 to 2.9.1 Bumps [babel](https://github.com/python-babel/babel) from 2.3.4 to 2.9.1. - [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/2.3.4...v2.9.1) --- updated-dependencies: - dependency-name: babel dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index f06f6f6..496f7c4 100644 --- a/setup.py +++ b/setup.py @@ -26,7 +26,7 @@ "amqp==1.4.9", "anyjson==0.3.3", "asn1crypto==1.4.0", - "Babel==2.3.4", + "Babel==2.9.1", "backports.ssl-match-hostname==3.7.0.1", "billiard==3.3.0.23", "blinker==1.4",