fix(deps): update dependencies from renovate

Signed-off-by: Leonidas Spyropoulos <artafinde@archlinux.org>
This commit is contained in:
Leonidas Spyropoulos 2022-11-22 21:51:15 +00:00
parent d5e102e3f4
commit 6b0978b9a5
No known key found for this signature in database
GPG key ID: 59E43E106B247368
3 changed files with 261 additions and 355 deletions

View file

@ -62,16 +62,16 @@ asgiref = "^3.4.1"
bcrypt = "^4.0.0"
bleach = "^5.0.0"
email-validator = "^1.3.0"
fakeredis = "^1.10.0"
fakeredis = "^2.0.0"
feedgen = "^0.9.0"
httpx = "^0.23.0"
httpx = "^0.23.1"
itsdangerous = "^2.0.1"
lxml = "^4.6.3"
orjson = "^3.8.1"
orjson = "^3.8.2"
protobuf = "^4.21.9"
pygit2 = "^1.7.0"
pygit2 = "^1.11.1"
python-multipart = "^0.0.5"
redis = "^4.0.0"
redis = "^4.3.5"
requests = "^2.28.1"
paginate = "^0.5.6"
@ -85,7 +85,7 @@ Werkzeug = "^2.0.2"
SQLAlchemy = "^1.4.26"
# ASGI
uvicorn = "^0.19.0"
uvicorn = "^0.20.0"
gunicorn = "^20.1.0"
Hypercorn = "^0.14.0"
prometheus-fastapi-instrumentator = "^5.7.1"
@ -99,7 +99,7 @@ srcinfo = "^0.0.8"
[tool.poetry.dev-dependencies]
coverage = "^6.0.2"
pytest = "^7.2.0"
pytest-asyncio = "^0.20.1"
pytest-asyncio = "^0.20.2"
pytest-cov = "^4.0.0"
pytest-tap = "^3.2"