mirror of
https://gitlab.archlinux.org/archlinux/aurweb.git
synced 2025-02-03 10:43:03 +01:00
chore(deps): update dependencies
* Updating idna (3.4 -> 3.6) * Updating annotated-types (0.5.0 -> 0.6.0) * Updating pydantic-core (2.10.1 -> 2.14.5) * Updating certifi (2023.7.22 -> 2023.11.17) * Updating greenlet (3.0.0 -> 3.0.1) * Updating pydantic (2.4.2 -> 2.5.2) * Updating charset-normalizer (3.3.0 -> 3.3.2) * Updating cryptography (41.0.4 -> 41.0.5) * Updating fastapi (0.103.2 -> 0.104.1) * Updating mako (1.2.4 -> 1.3.0) * Updating parse (1.19.1 -> 1.20.0) * Updating prometheus-client (0.17.1 -> 0.19.0) * Updating urllib3 (2.0.6 -> 2.1.0) Fix type annotation for new test function Signed-off-by: moson <moson@archlinux.org>
This commit is contained in:
parent
9bf0c61051
commit
8b234c580d
3 changed files with 333 additions and 340 deletions
|
@ -61,46 +61,46 @@ python = ">=3.9,<3.12"
|
|||
aiofiles = "^23.2.1"
|
||||
asgiref = "^3.7.2"
|
||||
bcrypt = "^4.0.1"
|
||||
bleach = "^6.0.0"
|
||||
email-validator = "^2.0.0-post.0"
|
||||
fakeredis = "^2.19.0"
|
||||
bleach = "^6.1.0"
|
||||
email-validator = "^2.1.0.post1"
|
||||
fakeredis = "^2.20.0"
|
||||
feedgen = "^0.9.0"
|
||||
httpx = "^0.25.0"
|
||||
itsdangerous = "^2.1.2"
|
||||
lxml = "^4.9.3"
|
||||
orjson = "^3.9.7"
|
||||
protobuf = "^4.24.4"
|
||||
pygit2 = "^1.13.1"
|
||||
orjson = "^3.9.10"
|
||||
protobuf = "^4.25.1"
|
||||
pygit2 = "^1.13.3"
|
||||
python-multipart = "^0.0.6"
|
||||
redis = "^5.0.1"
|
||||
requests = "^2.31.0"
|
||||
paginate = "^0.5.6"
|
||||
|
||||
# SQL
|
||||
alembic = "^1.12.0"
|
||||
alembic = "^1.12.1"
|
||||
mysqlclient = "^2.2.0"
|
||||
Authlib = "^1.2.1"
|
||||
Jinja2 = "^3.1.2"
|
||||
Markdown = "^3.4.4"
|
||||
Werkzeug = "^3.0.0"
|
||||
SQLAlchemy = "^1.4.49"
|
||||
Markdown = "^3.5.1"
|
||||
Werkzeug = "^3.0.1"
|
||||
SQLAlchemy = "^1.4.50"
|
||||
|
||||
# ASGI
|
||||
uvicorn = "^0.24.0"
|
||||
gunicorn = "^21.2.0"
|
||||
Hypercorn = "^0.15.0"
|
||||
prometheus-fastapi-instrumentator = "^6.1.0"
|
||||
pytest-xdist = "^3.3.1"
|
||||
filelock = "^3.12.4"
|
||||
pytest-xdist = "^3.5.0"
|
||||
filelock = "^3.13.1"
|
||||
posix-ipc = "^1.1.1"
|
||||
pyalpm = "^0.10.6"
|
||||
fastapi = "^0.103.2"
|
||||
fastapi = "^0.104.1"
|
||||
srcinfo = "^0.1.2"
|
||||
tomlkit = "^0.12.0"
|
||||
|
||||
[tool.poetry.dev-dependencies]
|
||||
coverage = "^7.3.2"
|
||||
pytest = "^7.4.2"
|
||||
pytest = "^7.4.3"
|
||||
pytest-asyncio = "^0.21.0"
|
||||
pytest-cov = "^4.1.0"
|
||||
pytest-tap = "^3.4"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue