Skip to content

Commit

Permalink
Bump pillow from 10.1.0 to 10.4.0 (#67)
Browse files Browse the repository at this point in the history
* Bump pillow from 10.1.0 to 11.0.0

Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 11.0.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.1.0...11.0.0)

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

Signed-off-by: dependabot[bot] <[email protected]>

* fix packaging

* fix python3.8 greatest version

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J-E Castagnede <[email protected]>
  • Loading branch information
dependabot[bot] and submarcos authored Nov 19, 2024
1 parent c3968d4 commit 3143f42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,4 @@ override_dh_strip:
dh_strip --no-automatic-dbgsym

override_dh_shlibdeps:
dh_shlibdeps \
-X site-packages/Pillow.libs
dh_shlibdeps --exclude=/site-packages/
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ packaging==23.2
# via gunicorn
pastedeploy==3.1.0
# via plaster-pastedeploy
pillow==10.1.0
pillow==10.4.0
# via -r requirements.in
plaster==1.1.2
# via
Expand Down

0 comments on commit 3143f42

Please sign in to comment.