fix(deps): update all non-major dependencies

This commit is contained in:
renovate 2023-11-25 18:25:05 +00:00
parent 9d5b9c4795
commit 9bf0c61051
No known key found for this signature in database
GPG key ID: 52B8FACB6DED89D9
2 changed files with 275 additions and 226 deletions

View file

@ -62,10 +62,10 @@ aiofiles = "^23.2.1"
asgiref = "^3.7.2"
bcrypt = "^4.0.1"
bleach = "^6.0.0"
email-validator = "^2.0.0.post2"
email-validator = "^2.0.0-post.0"
fakeredis = "^2.19.0"
feedgen = "^0.9.0"
httpx = "^0.24.0"
httpx = "^0.25.0"
itsdangerous = "^2.1.2"
lxml = "^4.9.3"
orjson = "^3.9.7"
@ -86,9 +86,9 @@ Werkzeug = "^3.0.0"
SQLAlchemy = "^1.4.49"
# ASGI
uvicorn = "^0.23.0"
uvicorn = "^0.24.0"
gunicorn = "^21.2.0"
Hypercorn = "^0.14.3"
Hypercorn = "^0.15.0"
prometheus-fastapi-instrumentator = "^6.1.0"
pytest-xdist = "^3.3.1"
filelock = "^3.12.4"
@ -104,7 +104,7 @@ pytest = "^7.4.2"
pytest-asyncio = "^0.21.0"
pytest-cov = "^4.1.0"
pytest-tap = "^3.4"
watchfiles = "^0.19.0"
watchfiles = "^0.21.0"
[tool.poetry.scripts]
aurweb-git-auth = "aurweb.git.auth:main"