mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
fix(deps): bump dependencies
bump all deps except sqlalchemy. - Updating exceptiongroup (1.1.0 -> 1.1.1) - Updating pydantic (1.10.5 -> 1.10.6) - Updating starlette (0.25.0 -> 0.26.1) - Updating charset-normalizer (3.0.1 -> 3.1.0) - Updating fastapi (0.92.0 -> 0.94.1) - Updating setuptools (67.4.0 -> 67.6.0) - Updating urllib3 (1.26.14 -> 1.26.15) - Updating alembic (1.9.4 -> 1.10.2) - Updating fakeredis (2.9.2 -> 2.10.0) - Updating prometheus-fastapi-instrumentator (5.10.0 -> 5.11.1) - Updating protobuf (4.22.0 -> 4.22.1) - Updating pytest-xdist (3.2.0 -> 3.2.1) - Updating uvicorn (0.20.0 -> 0.21.0) - Updating filelock (3.9.0 -> 3.9.1) Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
parent
b9df7541b3
commit
bf0d4a2be7
2 changed files with 176 additions and 188 deletions
|
@ -62,13 +62,13 @@ asgiref = "^3.6.0"
|
|||
bcrypt = "^4.0.1"
|
||||
bleach = "^6.0.0"
|
||||
email-validator = "^1.3.1"
|
||||
fakeredis = "^2.9.2"
|
||||
fakeredis = "^2.10.0"
|
||||
feedgen = "^0.9.0"
|
||||
httpx = "^0.23.3"
|
||||
itsdangerous = "^2.1.2"
|
||||
lxml = "^4.9.2"
|
||||
orjson = "^3.8.7"
|
||||
protobuf = "^4.22.0"
|
||||
protobuf = "^4.22.1"
|
||||
pygit2 = "^1.11.1"
|
||||
python-multipart = "^0.0.6"
|
||||
redis = "^4.5.1"
|
||||
|
@ -76,7 +76,7 @@ requests = "^2.28.2"
|
|||
paginate = "^0.5.6"
|
||||
|
||||
# SQL
|
||||
alembic = "^1.9.4"
|
||||
alembic = "^1.10.2"
|
||||
mysqlclient = "^2.1.1"
|
||||
Authlib = "^1.2.0"
|
||||
Jinja2 = "^3.1.2"
|
||||
|
@ -85,15 +85,15 @@ Werkzeug = "^2.2.3"
|
|||
SQLAlchemy = "^1.4.46"
|
||||
|
||||
# ASGI
|
||||
uvicorn = "^0.20.0"
|
||||
uvicorn = "^0.21.0"
|
||||
gunicorn = "^20.1.0"
|
||||
Hypercorn = "^0.14.3"
|
||||
prometheus-fastapi-instrumentator = "^5.10.0"
|
||||
pytest-xdist = "^3.2.0"
|
||||
filelock = "^3.9.0"
|
||||
prometheus-fastapi-instrumentator = "^5.11.1"
|
||||
pytest-xdist = "^3.2.1"
|
||||
filelock = "^3.9.1"
|
||||
posix-ipc = "^1.1.1"
|
||||
pyalpm = "^0.10.6"
|
||||
fastapi = "^0.92.0"
|
||||
fastapi = "^0.94.1"
|
||||
srcinfo = "^0.1.2"
|
||||
tomlkit = "^0.11.6"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue