Skip to content

Commit

Permalink
Update pillow requirement from ~=10.4 to ~=11.0 in /pydatalab (#949)
Browse files Browse the repository at this point in the history
* Update pillow requirement from ~=10.4 to ~=11.0 in /pydatalab

Updates the requirements on [pillow](https://github.com/python-pillow/Pillow) to permit the latest version.
- [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.4.0...11.0.0)

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

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

* Sync uv.lock

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthew Evans <[email protected]>
  • Loading branch information
dependabot[bot] and ml-evs authored Oct 22, 2024
1 parent 33b742a commit 1a8a1e0
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 58 deletions.
2 changes: 1 addition & 1 deletion pydatalab/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ server = [
"Flask-Compress ~= 1.15",
"Werkzeug ~= 3.0",
"python-dotenv ~= 1.0",
"pillow ~= 10.4",
"pillow ~= 11.0",
"pyjwt ~= 2.9",
"invoke ~= 2.2",
"paramiko ~= 3.4",
Expand Down
Loading

0 comments on commit 1a8a1e0

Please sign in to comment.