mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-06 10:56:41 +00:00
build(deps): bump cairosvg from 2.6.0 to 2.7.0
Bumps [cairosvg](https://github.com/Kozea/CairoSVG) from 2.6.0 to 2.7.0. - [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.6.0...2.7.0) --- updated-dependencies: - dependency-name: cairosvg dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
18c3d7e540
commit
0495a22a53
2 changed files with 5 additions and 5 deletions
8
poetry.lock
generated
8
poetry.lock
generated
|
@ -21,14 +21,14 @@ xcb = ["xcffib (>=0.3.2)"]
|
|||
|
||||
[[package]]
|
||||
name = "cairosvg"
|
||||
version = "2.6.0"
|
||||
version = "2.7.0"
|
||||
description = "A Simple SVG Converter based on Cairo"
|
||||
category = "main"
|
||||
optional = false
|
||||
python-versions = ">=3.5"
|
||||
files = [
|
||||
{file = "CairoSVG-2.6.0-py3-none-any.whl", hash = "sha256:05069d5316e9f02f33028942f96929e01782db41e6ff07d8454c8d021b5b52f3"},
|
||||
{file = "CairoSVG-2.6.0.tar.gz", hash = "sha256:d5ec93e90101b3b6e82aa245d0546ee9b016cfda0b6344675159830d853d5d04"},
|
||||
{file = "CairoSVG-2.7.0-py3-none-any.whl", hash = "sha256:17cb96423a896258848322a95c80160e714a58f1af3dd73b8e1750994519b9f9"},
|
||||
{file = "CairoSVG-2.7.0.tar.gz", hash = "sha256:ac4dc7c1d38b3a15717db2633a3a383012e0be664c727c911637e6af6a49293c"},
|
||||
]
|
||||
|
||||
[package.dependencies]
|
||||
|
@ -847,4 +847,4 @@ files = [
|
|||
[metadata]
|
||||
lock-version = "2.0"
|
||||
python-versions = "^3.10"
|
||||
content-hash = "1ce9d80846e8dd2da33fb215a581f2674c8b1b0e4a27cace43c0580a37dd2413"
|
||||
content-hash = "1fce871a3ec31243e878d1fd5417b4fe4fe0a32a84554872ea30b7b843a9b44a"
|
||||
|
|
|
@ -10,7 +10,7 @@ python = "^3.10"
|
|||
mkdocs = "^1.4.2"
|
||||
mkdocs-material = "^9.1.2"
|
||||
pillow = "^9.5.0"
|
||||
cairosvg = "^2.6.0"
|
||||
cairosvg = "^2.7.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue