mirror of
https://github.com/m-lamonaca/dev-notes.git
synced 2025-04-05 18:36:41 +00:00
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Marcello Lamonaca <marcello@lamonaca.eu>
19 lines
399 B
TOML
19 lines
399 B
TOML
[tool.poetry]
|
|
name = "programming-notes"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["Marcello Lamonaca <marcello@lamonaca.eu>"]
|
|
license = "MIT"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
mkdocs = "^1.4.2"
|
|
mkdocs-material = "^9.1.5"
|
|
pillow = "^9.5.0"
|
|
cairosvg = "^2.7.0"
|
|
|
|
[tool.poetry.dev-dependencies]
|
|
|
|
[build-system]
|
|
requires = ["poetry-core>=1.0.0"]
|
|
build-backend = "poetry.core.masonry.api"
|