Skip to content

Commit

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

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>

* - Align setup.cfg to requirements.txt

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: afabiani <alessio.fabiani@geosolutionsgroup.com>
  • Loading branch information
dependabot[bot] and afabiani authored Apr 4, 2024
1 parent 310d9ef commit 3c00b9a
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.2.0
Pillow==10.3.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.2.0
Pillow==10.3.0
lxml==5.2.1
psycopg2==2.9.9
Django==4.2.9
Expand Down

0 comments on commit 3c00b9a

Please sign in to comment.