Skip to content

Commit

Permalink
chore(deps): bump the pip group across 1 directory with 2 updates
Browse files Browse the repository at this point in the history
Updates the requirements on [fastapi](https://github.com/tiangolo/fastapi) and [ruff](https://github.com/astral-sh/ruff) to permit the latest version.

Updates `fastapi` to 0.111.0
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.109.2...0.111.0)

Updates `ruff` to 0.4.3
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@v0.3.2...v0.4.3)

---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: ruff
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 6, 2024
1 parent 607c426 commit 8dd2afb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ package-mode = false

[tool.poetry.dependencies]
python = "^3.12"
fastapi = { extras = ["all"], version = "^0.109.2" }
fastapi = { extras = ["all"], version = "^0.111.0" }
sqlalchemy = "^2.0.28"
alembic = "^1.13.1"
celery = {extras = ["pytest"], version = "^5.3.6"}
Expand All @@ -29,7 +29,7 @@ aiofiles = "^23.2.1"

[tool.poetry.group.dev.dependencies]
pytest = "^8.1.1"
ruff = "^0.3.2"
ruff = "^0.4.3"
black = "^24.2.0"
pre-commit = "^3.6.2"
celery-types = "^0.22.0"
Expand Down

0 comments on commit 8dd2afb

Please sign in to comment.