Skip to content

Commit

Permalink
chore(deps): update pillow requirement in /API
Browse files Browse the repository at this point in the history
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@9.5.0...10.3.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 31, 2024
1 parent fbdc7c2 commit 65fa8d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion API/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"pydantic>=2.7.0",
"python-socketio[client]>=5.8, <5.11",
"numpy>=1.23.3, <1.27.0",
"Pillow>=9.5, <10.2",
"Pillow>=9.5, <10.4",
"vbl-aquarium>=0.0.14",
]

Expand Down

0 comments on commit 65fa8d5

Please sign in to comment.