From 2a57e8c7254f2b0c3e579603dd361619f59198ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 6 Dec 2022 11:47:52 +0000 Subject: [PATCH] Bump cairosvg from 2.1.3 to 2.5.1 Bumps [cairosvg](https://github.com/Kozea/CairoSVG) from 2.1.3 to 2.5.1. - [Release notes](https://github.com/Kozea/CairoSVG/releases) - [Changelog](https://github.com/Kozea/CairoSVG/blob/master/NEWS.rst) - [Commits](https://github.com/Kozea/CairoSVG/compare/2.1.3...2.5.1) Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 0d32682..780505d 100644 --- a/setup.py +++ b/setup.py @@ -40,7 +40,7 @@ 'boto3==1.7.79', 'botocore==1.10.79', 'cairocffi==0.9.0', - 'CairoSVG==2.1.3', + 'CairoSVG==2.5.1', 'celery==4.2.1', 'certifi==2018.8.13', 'cssselect2==0.2.1',