Skip to content

Commit

Permalink
chore: bump all packages
Browse files Browse the repository at this point in the history
  • Loading branch information
toadharvard committed Feb 19, 2024
1 parent 9836e9c commit 1ae6a4b
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,23 +10,23 @@ readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
fastapi = { extras = ["all"], version = "^0.109.2" }
sqlalchemy = "^2.0.22"
alembic = "^1.12.1"
celery = "^5.3.4"
python-dotenv = "^1.0.0"
psycopg = {extras = ["binary"], version = "^3.1.14"}
fastapi-users = {extras = ["sqlalchemy"], version = "^12.1.2"}
sqlalchemy = "^2.0.27"
alembic = "^1.13.1"
celery = "^5.3.6"
python-dotenv = "^1.0.1"
psycopg = {extras = ["binary"], version = "^3.1.18"}
fastapi-users = {extras = ["sqlalchemy"], version = "^12.1.3"}
sqlalchemy-utils = "^0.41.1"
pydantic-validators = "^0.1.0"
desbordante = "^1.0.0"
desbordante = "^1.1.0"


[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
pytest = "^7.4.4"
ruff = "^0.2.2"
mypy = "^1.6.1"
black = "^23.10.1"
pre-commit = "^3.5.0"
mypy = "^1.8.0"
black = "^23.12.1"
pre-commit = "^3.6.2"
celery-types = "^0.22.0"
watchdog = "^3.0.0"
pytest-cov = "^4.1.0"
Expand Down

0 comments on commit 1ae6a4b

Please sign in to comment.