From 08059ef2a113c518b165f2f40124abb1451a97f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Jan 2021 16:58:42 +0000 Subject: [PATCH] Bump cairosvg from 1.0.20 to 2.5.1 Bumps [cairosvg](https://github.com/Kozea/CairoSVG) from 1.0.20 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/1.0.20...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 2a8e3104e..b0acf1354 100644 --- a/setup.py +++ b/setup.py @@ -48,7 +48,7 @@ def read(*rnames): include_package_data=True, zip_safe=False, install_requires=[ - 'CairoSVG==1.0.20', + 'CairoSVG==2.5.1', 'cairocffi<1.0.0', 'collective.js.jqueryui', 'collective.monkeypatcher',