Skip to content

Commit

Permalink
Update pillow requirement from <6,>=5 to >=5,<12 (#43)
Browse files Browse the repository at this point in the history
* Update pillow requirement from <6,>=5 to >=5,<12

Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@5.0.0...11.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] and pre-commit-ci[bot] authored Oct 29, 2024
1 parent 09b9695 commit ff8b3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Homepage = "https://github.com/domdfcoding/football_badges"
Documentation = "https://football-badges.readthedocs.io/en/latest"

[project.optional-dependencies]
pil-measurement = [ "pillow<6,>=5",]
all = [ "pillow<6,>=5",]
pil-measurement = [ "pillow<12,>=5",]
all = [ "pillow<12,>=5",]

[tool.whey]
base-classifiers = [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "Typing :: Typed",]
Expand Down

0 comments on commit ff8b3b9

Please sign in to comment.