1
0
mirror of https://github.com/privacyguides/blog.privacyguides.org.git synced 2025-07-07 12:12:38 +00:00
Files
blog.privacyguides.org/Pipfile
dependabot[bot] ccb4f546d9 Bump pillow from 9.5.0 to 10.0.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.5.0 to 10.0.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/9.5.0...10.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-07-06 15:29:52 +00:00

21 lines
428 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
mkdocs-material = {path = "./mkdocs-material-insiders"}
mkdocs-git-revision-date-localized-plugin = "~=1.2"
typing-extensions = "~=4.7"
mkdocs-rss-plugin = "~=1.6"
mkdocs-git-committers-plugin-2 = "~=1.1"
mkdocs-macros-plugin = "~=1.0"
pillow = "~=10.0"
cairosvg = "~=2.7"
[dev-packages]
scour = "~=0.38"
[requires]
python_version = "3.8"