update Python dependencies

This commit is contained in:
ducklet 2023-07-22 18:37:54 +02:00
parent 2963a1d3f6
commit 91d06f607c
2 changed files with 217 additions and 287 deletions

View file

@ -9,11 +9,11 @@ license = "LOL"
python = "^3.11"
beautifulsoup4 = "^4.9.3"
html5lib = "^1.1"
starlette = "^0.26"
starlette = "^0.30"
ulid-py = "^1.1.0"
databases = {extras = ["sqlite"], version = "^0.7.0"}
uvicorn = "^0.21"
httpx = "^0.23.3"
uvicorn = "^0.23"
httpx = "^0.24"
sqlalchemy = {version = "^1.4", extras = ["aiosqlite"]}
[tool.poetry.group.dev]