dev-notes/pyproject.toml
dependabot[bot] fabe3cd681 Poetry(deps): Bump pillow from 10.1.0 to 10.2.0 (#44)
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.2.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/10.1.0...10.2.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-01-31 10:44:46 +01: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.4.0"
pillow = "^10.2.0"
cairosvg = "^2.7.0"
[tool.poetry.dev-dependencies]
[build-system]
requires = ["poetry-core>=1.0.0"]
build-backend = "poetry.core.masonry.api"