From 6647143238ceba8f4b1b6ff3abfc465c06e0eb3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 12 Aug 2022 01:25:24 +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 3362222..02a6e90 100644 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ 'Flask==2.2.2', 'Authlib==0.15.5', 'pyquery==1.4.3', - 'cairosvg==2.1.3', + 'cairosvg==2.5.1', 'requests==2.25.1' ]