Skip to content

Commit

Permalink
Bump pillow from 10.2.0 to 10.3.0 (#16358)
Browse files Browse the repository at this point in the history
Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.2.0 to 10.3.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.2.0...10.3.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Apr 8, 2024
1 parent 103244e commit 0f988e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pyserial==3.5
git+https://github.com/DiffSK/configobj@e2ba4457c4651fa54f8d59d8dcdd3da950e956b8#egg=configobj
requests==2.31.0
# Pillow is an implicit dependency and requires zlib and jpeg by default, but we don't need it
Pillow==10.2.0 -C "zlib=disable" -C "jpeg=disable"
Pillow==10.3.0 -C "zlib=disable" -C "jpeg=disable"

#NVDA_DMP requires diff-match-patch
diff_match_patch_python==1.0.2
Expand Down

0 comments on commit 0f988e0

Please sign in to comment.