diff --git a/poetry.lock b/poetry.lock index 3fbd671..1060abe 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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" diff --git a/pyproject.toml b/pyproject.toml index e7064b7..c042465 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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]