Files
grout/pyproject.toml
T
dependabot[bot] 5600650e60 chore(deps): bump pillow from 12.1.1 to 12.2.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 12.1.1 to 12.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/12.1.1...12.2.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.2.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-04-13 23:39:49 +00:00

14 lines
292 B
TOML

[project]
name = "grout"
version = "0.1.0"
description = "Grout documentation site"
requires-python = ">=3.12"
dependencies = [
"cairosvg>=2.8.2",
"mkdocs>=1.6.1",
"mkdocs-glightbox>=0.5.2",
"mkdocs-material>=9.7.1",
"pillow>=12.2.0",
"pymdown-extensions>=10.20.1",
]