run Poetry update

This commit is contained in:
ducklet 2023-03-17 23:34:47 +01:00
parent c2a9cfecf1
commit 5efa3ef2c2
2 changed files with 43 additions and 43 deletions

View file

@ -9,17 +9,17 @@ license = "LOL"
python = "^3.11"
beautifulsoup4 = "^4.9.3"
html5lib = "^1.1"
starlette = "^0.23.1"
starlette = "^0.26"
ulid-py = "^1.1.0"
databases = {extras = ["sqlite"], version = "^0.7.0"}
uvicorn = "^0.20.0"
autoflake = "^2.0.1"
uvicorn = "^0.21"
httpx = "^0.23.3"
[tool.poetry.group.dev]
optional = true
[tool.poetry.group.dev.dependencies]
autoflake = "*"
pytest = "*"
pyright = "*"
black = "*"