mirror of
https://github.com/rommapp/grout.git
synced 2026-04-23 06:54:36 +00:00
5600650e60
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>
14 lines
292 B
TOML
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",
|
|
]
|