Skip to content

Commit

Permalink
chore(deps): bump the pip group with 3 updates
Browse files Browse the repository at this point in the history
---
updated-dependencies:
- dependency-name: fastapi
  dependency-type: direct:production
  dependency-group: pip
- dependency-name: ruff
  dependency-type: direct:development
  dependency-group: pip
- dependency-name: celery-types
  dependency-type: direct:development
  dependency-group: pip
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 17, 2024
1 parent 11b47f4 commit f0b09fb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.105.0" }
fastapi = { extras = ["all"], version = "^0.109.2" }
sqlalchemy = "^2.0.22"
alembic = "^1.12.1"
celery = "^5.3.4"
Expand All @@ -23,11 +23,11 @@ desbordante = "^1.0.0"

[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
ruff = "^0.1.2"
ruff = "^0.2.1"
mypy = "^1.6.1"
black = "^23.10.1"
pre-commit = "^3.5.0"
celery-types = "^0.20.0"
celery-types = "^0.22.0"
watchdog = "^3.0.0"
pytest-cov = "^4.1.0"

Expand Down

0 comments on commit f0b09fb

Please sign in to comment.