Skip to content

Commit

Permalink
chore(deps): bump the pip group across 4 directories with 2 updates (#70
Browse files Browse the repository at this point in the history
)

Bumps the pip group with 2 updates in the / directory: [pillow](https://github.com/python-pillow/Pillow) and [black](https://github.com/psf/black).
Bumps the pip group with 1 update in the /projects/ecoindex_api directory: [pillow](https://github.com/python-pillow/Pillow).
Bumps the pip group with 1 update in the /projects/ecoindex_cli directory: [pillow](https://github.com/python-pillow/Pillow).
Bumps the pip group with 1 update in the /projects/ecoindex_scraper directory: [pillow](https://github.com/python-pillow/Pillow).


Updates `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)

Updates `black` from 23.12.1 to 24.3.0
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@23.12.1...24.3.0)

Updates `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)

Updates `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)

Updates `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:development
  dependency-group: pip-security-group
- dependency-name: black
  dependency-type: direct:development
  dependency-group: pip-security-group
- dependency-name: pillow
  dependency-type: direct:production
  dependency-group: pip-security-group
- dependency-name: pillow
  dependency-type: indirect
  dependency-group: pip-security-group
- dependency-name: pillow
  dependency-type: direct:production
  dependency-group: pip-security-group
...

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 Apr 4, 2024
1 parent 9caba03 commit 7a1ec17
Show file tree
Hide file tree
Showing 6 changed files with 315 additions and 309 deletions.
190 changes: 96 additions & 94 deletions poetry.lock

Large diffs are not rendered by default.

143 changes: 72 additions & 71 deletions projects/ecoindex_api/poetry.lock

Large diffs are not rendered by default.

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.2.0"
pillow = "^10.3.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.2.0"
pillow = "^10.3.0"
playwright = "^1.39.0"
playwright-stealth = "^1.0.6"

Expand Down
141 changes: 71 additions & 70 deletions projects/ecoindex_cli/poetry.lock

Large diffs are not rendered by default.

142 changes: 72 additions & 70 deletions projects/ecoindex_scraper/poetry.lock

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ haralyzer = "^2.4.0"
python-slugify = "^8.0.4"

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

Expand All @@ -60,7 +60,7 @@ fastapi = "^0.109.1"
uvicorn = "^0.23.2"

[tool.poetry.group.dev.dependencies]
black = "^23.10.0"
black = "^24.3.0"
mypy = "^1.7.0"
pytest = "^7.4.2"
pytest-asyncio = "^0.21.1"
Expand Down

1 comment on commit 7a1ec17

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage PR

Branch coverage •
FileStmtsMissCoverMissing
TOTAL69523066% 
report-only-changed-files is enabled. No files were changed during this commit :)

Please sign in to comment.