mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
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:
parent
8555e232ae
commit
0417603499
2 changed files with 466 additions and 413 deletions
869
poetry.lock
generated
869
poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -61,7 +61,7 @@ aiofiles = "^22.0.0"
|
|||
asgiref = "^3.4.1"
|
||||
bcrypt = "^4.0.0"
|
||||
bleach = "^5.0.0"
|
||||
email-validator = "1.2.1"
|
||||
email-validator = "^1.3.0"
|
||||
fakeredis = "^1.6.1"
|
||||
feedgen = "^0.9.0"
|
||||
httpx = "^0.23.0"
|
||||
|
@ -85,7 +85,7 @@ Werkzeug = "^2.0.2"
|
|||
SQLAlchemy = "^1.4.26"
|
||||
|
||||
# ASGI
|
||||
uvicorn = "^0.18.0"
|
||||
uvicorn = "^0.19.0"
|
||||
gunicorn = "^20.1.0"
|
||||
Hypercorn = "^0.14.0"
|
||||
prometheus-fastapi-instrumentator = "^5.7.1"
|
||||
|
@ -93,14 +93,14 @@ pytest-xdist = "^2.4.0"
|
|||
filelock = "^3.3.2"
|
||||
posix-ipc = "^1.0.5"
|
||||
pyalpm = "^0.10.6"
|
||||
fastapi = "^0.83.0"
|
||||
fastapi = "^0.85.1"
|
||||
srcinfo = "^0.0.8"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
coverage = "^6.0.2"
|
||||
pytest = "^7.0.0"
|
||||
pytest-asyncio = "^0.19.0"
|
||||
pytest-cov = "^3.0.0"
|
||||
pytest-asyncio = "^0.20.1"
|
||||
pytest-cov = "^4.0.0"
|
||||
pytest-tap = "^3.2"
|
||||
|
||||
[tool.poetry.scripts]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue