poetry up --latest --with dev

This commit is contained in:
Guilhem Saurel 2024-09-09 11:38:09 +02:00
parent add9c2360c
commit 4f4d9a938e
2 changed files with 728 additions and 590 deletions

1308
poetry.lock generated

File diff suppressed because it is too large Load Diff

View File

@ -13,7 +13,7 @@ repository = "https://github.com/nim65s/matrix-webhook.git"
version = "3.9.1"
[tool.poetry.dependencies]
Markdown = "^3.6"
Markdown = "^3.7"
matrix-nio = "^0.24"
python = "^3.8"
@ -21,10 +21,10 @@ python = "^3.8"
optional = true
[tool.poetry.group.dev.dependencies]
coverage = "^7.5.4"
httpx = ">=0.27.0"
ruff = ">=0.5.0"
safety = {allow-prereleases = true, version = "^3.2.3"}
coverage = "^7.6.1"
httpx = ">=0.27.2"
ruff = ">=0.6.4"
safety = {allow-prereleases = true, version = "^3.2.7"}
[tool.poetry.scripts]
matrix-webhook = "matrix_webhook.__main__:main"