chore(deps): update several dependencies

- Removing rfc3986 (1.5.0)
- Updating coverage (7.2.4 -> 7.2.5)
- Updating fastapi (0.94.1 -> 0.95.1)
- Updating httpcore (0.16.3 -> 0.17.0)
- Updating sqlalchemy (1.4.47 -> 1.4.48)
- Updating httpx (0.23.3 -> 0.24.0)
- Updating prometheus-fastapi-instrumentator (5.11.2 -> 6.0.0)
- Updating protobuf (4.22.3 -> 4.22.4)
- Updating pytest-asyncio (0.20.3 -> 0.21.0)
- Updating requests (2.29.0 -> 2.30.0)
- Updating uvicorn (0.21.1 -> 0.22.0)
- Updating watchfiles (0.18.1 -> 0.19.0)
- Updating werkzeug (2.3.2 -> 2.3.3)

Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
moson-mo 2023-05-06 20:29:05 +02:00
parent af4239bcac
commit b115aedf97
No known key found for this signature in database
GPG key ID: 4A4760AB4EE15296
2 changed files with 182 additions and 195 deletions

View file

@ -62,48 +62,49 @@ asgiref = "^3.6.0"
bcrypt = "^4.0.1"
bleach = "^6.0.0"
email-validator = "^1.3.1"
fakeredis = "^2.10.0"
fakeredis = "^2.11.2"
feedgen = "^0.9.0"
httpx = "^0.23.3"
httpx = "^0.24.0"
itsdangerous = "^2.1.2"
lxml = "^4.9.2"
orjson = "^3.8.7"
protobuf = "^4.22.1"
pygit2 = "^1.11.1"
orjson = "^3.8.11"
protobuf = "^4.22.4"
pygit2 = "^1.12.0"
python-multipart = "^0.0.6"
redis = "^4.5.1"
requests = "^2.28.2"
redis = "^4.5.4"
requests = "^2.30.0"
paginate = "^0.5.6"
urllib3 = "^1.26.15"
# SQL
alembic = "^1.10.2"
alembic = "^1.10.4"
mysqlclient = "^2.1.1"
Authlib = "^1.2.0"
Jinja2 = "^3.1.2"
Markdown = "^3.4.1"
Werkzeug = "^2.2.3"
SQLAlchemy = "^1.4.46"
Markdown = "^3.4.3"
Werkzeug = "^2.3.3"
SQLAlchemy = "^1.4.48"
# ASGI
uvicorn = "^0.21.0"
uvicorn = "^0.22.0"
gunicorn = "^20.1.0"
Hypercorn = "^0.14.3"
prometheus-fastapi-instrumentator = "^5.11.1"
prometheus-fastapi-instrumentator = "^6.0.0"
pytest-xdist = "^3.2.1"
filelock = "^3.9.1"
filelock = "^3.12.0"
posix-ipc = "^1.1.1"
pyalpm = "^0.10.6"
fastapi = "^0.94.1"
fastapi = "^0.95.1"
srcinfo = "^0.1.2"
tomlkit = "^0.11.6"
tomlkit = "^0.11.8"
[tool.poetry.dev-dependencies]
coverage = "^7.2.1"
pytest = "^7.2.2"
pytest-asyncio = "^0.20.3"
coverage = "^7.2.5"
pytest = "^7.3.1"
pytest-asyncio = "^0.21.0"
pytest-cov = "^4.0.0"
pytest-tap = "^3.3"
watchfiles = "^0.18.1"
watchfiles = "^0.19.0"
[tool.poetry.scripts]
aurweb-git-auth = "aurweb.git.auth:main"