Skip to content

Commit

Permalink
chore(deps): bump pillow from 10.1.0 to 10.2.0 in /projects/ecoindex_…
Browse files Browse the repository at this point in the history
…api (#42)

Bumps [pillow](https://github.com/python-pillow/Pillow) from 10.1.0 to 10.2.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.1.0...10.2.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2024
1 parent 322e9a1 commit cb87bb2
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 58 deletions.
130 changes: 74 additions & 56 deletions projects/ecoindex_api/poetry.lock

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

4 changes: 2 additions & 2 deletions projects/ecoindex_api/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ aiofile = "^3.8.8"
alembic = "^1.12.1"
celery = "^5.3.4"
fastapi = "^0.109.1"
pillow = "^10.1.0"
pillow = "^10.2.0"
playwright = "^1.39.0"
playwright-stealth = "^1.0.6"
pydantic = { version = ">=2.1.1,<=2.4.2", extras = ["email"] }
Expand All @@ -42,7 +42,7 @@ sqlmodel = "^0.0.14"
uvicorn = "^0.23.2"

[tool.poetry.group.worker.dependencies]
pillow = "^10.1.0"
pillow = "^10.2.0"
playwright = "^1.39.0"
playwright-stealth = "^1.0.6"

Expand Down

0 comments on commit cb87bb2

Please sign in to comment.