Skip to content

Commit

Permalink
chore(deps): bump the pip group 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.110.0
- [Release notes](https://github.com/tiangolo/fastapi/releases)
- [Commits](fastapi/fastapi@0.109.2...0.110.0)

Updates `ruff` to 0.3.0
- [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.2.2...v0.3.0)

---
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 Mar 4, 2024
1 parent 1ae6a4b commit ce94e32
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 @@ -9,7 +9,7 @@ readme = "README.md"

[tool.poetry.dependencies]
python = "^3.11"
fastapi = { extras = ["all"], version = "^0.109.2" }
fastapi = { extras = ["all"], version = "^0.110.0" }
sqlalchemy = "^2.0.27"
alembic = "^1.13.1"
celery = "^5.3.6"
Expand All @@ -23,7 +23,7 @@ desbordante = "^1.1.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.4"
ruff = "^0.2.2"
ruff = "^0.3.0"
mypy = "^1.8.0"
black = "^23.12.1"
pre-commit = "^3.6.2"
Expand Down

0 comments on commit ce94e32

Please sign in to comment.