Skip to content

Commit

Permalink
chore: update Pillow to v10.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
boidolr committed Jul 4, 2024
1 parent 069b751 commit cc117bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ pre-commit-images
[![pre-commit](https://img.shields.io/badge/pre--commit-enabled-brightgreen?logo=pre-commit&logoColor=white)](https://github.com/pre-commit/pre-commit)
================

Scripts that can work as `it` hooks to optimize and manipulate images.
Scripts that can work as `git` hooks to optimize and manipulate images.
These scripts can be called directly or with the provided configration for the [pre-commit](https://github.com/pre-commit/pre-commit) framework.
For details see below.

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers = [

requires-python = ">=3.10"
dependencies = [
"pillow==10.3.0",
"pillow==10.4.0",
]

[project.optional-dependencies]
Expand Down

0 comments on commit cc117bb

Please sign in to comment.