Skip to content

Commit

Permalink
Bump pillow from 11.0.0 to 11.1.0 in /apps/api (#755)
Browse files Browse the repository at this point in the history
Bumps [pillow](https://github.com/python-pillow/Pillow) from 11.0.0 to 11.1.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@11.0.0...11.1.0)

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

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] authored Jan 14, 2025
1 parent 3450b74 commit f1b09d4
Show file tree
Hide file tree
Showing 2 changed files with 74 additions and 78 deletions.
2 changes: 1 addition & 1 deletion apps/api/Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lint = "ruff ."

[packages]
fastapi = "==0.115.6"
pillow = "==11.0.0"
pillow = "==11.1.0"
requests = "==2.32.3"
uvicorn = {extras = ["standard"], version = "*"}
pytest = "==8.3.4"
Expand Down
150 changes: 73 additions & 77 deletions apps/api/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f1b09d4

Please sign in to comment.