housekeep: bump renovate dependencies

email-validator:  1.2.1 -> ^1.3.0
uvicorn:          ^0.18.0 -> ^0.19.0
fastapi:          ^0.83.0 -> ^0.85.0
pytest-asyncio:   ^0.19.0 -> ^0.20.1
pytest-cov        ^3.0.0 -> ^4.0.0

Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
Leonidas Spyropoulos 2022-10-22 21:48:40 +01:00
parent 8555e232ae
commit 0417603499
No known key found for this signature in database
GPG key ID: 59E43E106B247368
2 changed files with 466 additions and 413 deletions

869
poetry.lock generated

File diff suppressed because it is too large Load diff

View file

@ -61,7 +61,7 @@ aiofiles = "^22.0.0"
asgiref = "^3.4.1" asgiref = "^3.4.1"
bcrypt = "^4.0.0" bcrypt = "^4.0.0"
bleach = "^5.0.0" bleach = "^5.0.0"
email-validator = "1.2.1" email-validator = "^1.3.0"
fakeredis = "^1.6.1" fakeredis = "^1.6.1"
feedgen = "^0.9.0" feedgen = "^0.9.0"
httpx = "^0.23.0" httpx = "^0.23.0"
@ -85,7 +85,7 @@ Werkzeug = "^2.0.2"
SQLAlchemy = "^1.4.26" SQLAlchemy = "^1.4.26"
# ASGI # ASGI
uvicorn = "^0.18.0" uvicorn = "^0.19.0"
gunicorn = "^20.1.0" gunicorn = "^20.1.0"
Hypercorn = "^0.14.0" Hypercorn = "^0.14.0"
prometheus-fastapi-instrumentator = "^5.7.1" prometheus-fastapi-instrumentator = "^5.7.1"
@ -93,14 +93,14 @@ pytest-xdist = "^2.4.0"
filelock = "^3.3.2" filelock = "^3.3.2"
posix-ipc = "^1.0.5" posix-ipc = "^1.0.5"
pyalpm = "^0.10.6" pyalpm = "^0.10.6"
fastapi = "^0.83.0" fastapi = "^0.85.1"
srcinfo = "^0.0.8" srcinfo = "^0.0.8"
[tool.poetry.dev-dependencies] [tool.poetry.dev-dependencies]
coverage = "^6.0.2" coverage = "^6.0.2"
pytest = "^7.0.0" pytest = "^7.0.0"
pytest-asyncio = "^0.19.0" pytest-asyncio = "^0.20.1"
pytest-cov = "^3.0.0" pytest-cov = "^4.0.0"
pytest-tap = "^3.2" pytest-tap = "^3.2"
[tool.poetry.scripts] [tool.poetry.scripts]