dev-notes/pyproject.toml
dependabot[bot] e8ef2734a6
Poetry(deps): Bump mkdocs-material from 9.1.6 to 9.1.12
Bumps [mkdocs-material](https://github.com/squidfunk/mkdocs-material) from 9.1.6 to 9.1.12.
- [Release notes](https://github.com/squidfunk/mkdocs-material/releases)
- [Changelog](https://github.com/squidfunk/mkdocs-material/blob/master/CHANGELOG)
- [Commits](https://github.com/squidfunk/mkdocs-material/compare/9.1.6...9.1.12)

---
updated-dependencies:
- dependency-name: mkdocs-material
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-15 21:06:30 +00:00

19 lines
400 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.3"
mkdocs-material = "^9.1.12"
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"