From d6f8f0ab627ac8d01d459397be3f2fa62b1025b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 02:21:02 +0000 Subject: [PATCH] Bump cairosvg from 2.4.2 to 2.5.1 Bumps [cairosvg](https://github.com/Kozea/CairoSVG) from 2.4.2 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.4.2...2.5.1) Signed-off-by: dependabot[bot] --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 53d92ae..42d11b5 100644 --- a/Pipfile +++ b/Pipfile @@ -45,7 +45,7 @@ tinycss2 = "==1.0.2" urllib3 = "==1.25.9" webencodings = "==0.5.1" Authlib = "==0.13" -CairoSVG = "==2.4.2" +CairoSVG = "==2.5.1" Flask-Mail = "==0.9.1" Flask-Migrate = "==2.5.3" Flask-SQLAlchemy = "==2.4.1"