bump project deps

This commit is contained in:
Jakub Miazek 2023-07-07 20:10:13 +02:00
parent b9c10ba584
commit d07fb04553
2 changed files with 331 additions and 300 deletions

628
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -1,6 +1,6 @@
[tool.poetry]
name = "fastapi-sqlalchemy-asyncpg"
version = "0.0.4"
version = "0.0.5"
description = ""
authors = ["Jakub Miazek <the@grillazz.com>"]
packages = []
@ -26,6 +26,7 @@ ipython = "*"
pytest-cov = "*"
pytest-asyncio = "*"
ruff = "*"
pydantic-settings = "^2.0.1"
[tool.poetry.group.dev.dependencies]
tryceratops = "^1.1.0"