mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(deps): update all non-major dependencies
This commit is contained in:
parent
8ca61eded2
commit
ff3e997d4e
3 changed files with 312 additions and 299 deletions
|
@ -65,12 +65,12 @@ bleach = "^6.1.0"
|
|||
email-validator = "^2.1.1"
|
||||
fakeredis = "^2.21.3"
|
||||
feedgen = "^1.0.0"
|
||||
httpx = "^0.27.0"
|
||||
httpx = "^0.28.0"
|
||||
itsdangerous = "^2.1.2"
|
||||
lxml = "^5.2.1"
|
||||
orjson = "^3.10.0"
|
||||
pygit2 = "^1.17.0"
|
||||
python-multipart = "0.0.19"
|
||||
python-multipart = "0.0.20"
|
||||
redis = "^5.0.3"
|
||||
requests = "^2.31.0"
|
||||
paginate = "^0.5.6"
|
||||
|
@ -86,7 +86,7 @@ SQLAlchemy = "^1.4.52"
|
|||
greenlet = "3.1.1" # Explicitly add greenlet (dependency of SQLAlchemy) for python 3.13 support
|
||||
|
||||
# ASGI
|
||||
uvicorn = "^0.30.0"
|
||||
uvicorn = "^0.34.0"
|
||||
gunicorn = "^22.0.0"
|
||||
Hypercorn = "^0.17.0"
|
||||
pytest-xdist = "^3.5.0"
|
||||
|
@ -109,7 +109,7 @@ opentelemetry-instrumentation-sqlalchemy = "^0.47b0"
|
|||
[tool.poetry.dev-dependencies]
|
||||
coverage = "^7.4.4"
|
||||
pytest = "^8.1.1"
|
||||
pytest-asyncio = "^0.23.0"
|
||||
pytest-asyncio = "^0.25.0"
|
||||
pytest-cov = "^5.0.0"
|
||||
pytest-tap = "^3.4"
|
||||
watchfiles = "^1.0.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue