Skip to content

Commit

Permalink
build(deps): bump pillow from 10.3.0 to 10.4.0 (#12387)
Browse files Browse the repository at this point in the history
* build(deps): bump pillow from 10.3.0 to 10.4.0

Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.3.0 to 10.4.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](python-pillow/Pillow@10.3.0...10.4.0)

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

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

* Update setup.cfg

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Giovanni Allegri <giohappy@gmail.com>
  • Loading branch information
dependabot[bot] and giohappy authored Jul 11, 2024
1 parent 617b74b commit 1db4ae6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# native dependencies
Pillow==10.3.0
Pillow==10.4.0
lxml==5.2.1
psycopg2==2.9.9
Django==4.2.9
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ setup_requires =
setuptools
install_requires =
# native dependencies
Pillow==10.3.0
Pillow==10.4.0
lxml==5.2.1
psycopg2==2.9.9
Django==4.2.9
Expand Down

0 comments on commit 1db4ae6

Please sign in to comment.