housekeep(deps): bump dependencies

update all poetry deps to the latest version (except of sqlalchemy)

Signed-off-by: moson-mo <mo-son@mailbox.org>
This commit is contained in:
moson-mo 2023-03-04 09:52:22 +01:00
parent 7d06c9ab97
commit c0390240bc
No known key found for this signature in database
GPG key ID: 4A4760AB4EE15296
2 changed files with 324 additions and 322 deletions

View file

@ -57,52 +57,52 @@ python = ">=3.9,<3.11"
# based on git tags.
# General
aiofiles = "^22.0.0"
asgiref = "^3.4.1"
bcrypt = "^4.0.0"
aiofiles = "^23.1.0"
asgiref = "^3.6.0"
bcrypt = "^4.0.1"
bleach = "^6.0.0"
email-validator = "^1.3.0"
fakeredis = "^2.0.0"
email-validator = "^1.3.1"
fakeredis = "^2.9.2"
feedgen = "^0.9.0"
httpx = "^0.23.1"
itsdangerous = "^2.0.1"
lxml = "^4.6.3"
orjson = "^3.8.2"
protobuf = "^4.21.9"
httpx = "^0.23.3"
itsdangerous = "^2.1.2"
lxml = "^4.9.2"
orjson = "^3.8.7"
protobuf = "^4.22.0"
pygit2 = "^1.11.1"
python-multipart = "^0.0.5"
redis = "^4.3.5"
requests = "^2.28.1"
python-multipart = "^0.0.6"
redis = "^4.5.1"
requests = "^2.28.2"
paginate = "^0.5.6"
# SQL
alembic = "^1.7.4"
mysqlclient = "^2.0.3"
Authlib = "^1.0.0"
Jinja2 = "^3.0.2"
Markdown = "^3.3.6"
Werkzeug = "^2.0.2"
SQLAlchemy = "^1.4.26"
alembic = "^1.9.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"
# ASGI
uvicorn = "^0.20.0"
gunicorn = "^20.1.0"
Hypercorn = "^0.14.0"
prometheus-fastapi-instrumentator = "^5.7.1"
pytest-xdist = "^3.0.2"
filelock = "^3.3.2"
posix-ipc = "^1.0.5"
Hypercorn = "^0.14.3"
prometheus-fastapi-instrumentator = "^5.10.0"
pytest-xdist = "^3.2.0"
filelock = "^3.9.0"
posix-ipc = "^1.1.1"
pyalpm = "^0.10.6"
fastapi = "^0.89.1"
fastapi = "^0.92.0"
srcinfo = "^0.1.2"
tomlkit = "^0.11.6"
[tool.poetry.dev-dependencies]
coverage = "^7.1.0"
pytest = "^7.2.0"
pytest-asyncio = "^0.20.2"
coverage = "^7.2.1"
pytest = "^7.2.2"
pytest-asyncio = "^0.20.3"
pytest-cov = "^4.0.0"
pytest-tap = "^3.2"
pytest-tap = "^3.3"
watchfiles = "^0.18.1"
[tool.poetry.scripts]