poetry update

This commit is contained in:
Guilhem Saurel
2023-03-07 15:24:39 +01:00
parent 312b963251
commit 1f072d31c8
3 changed files with 147 additions and 52 deletions

View File

@@ -23,13 +23,13 @@ matrix-nio = ">=0.18.3,<0.21.0"
optional = true
[tool.poetry.group.dev.dependencies]
black = "^22.8.0"
black = "^23.1.0"
coverage = ">=6.4.4,<8.0.0"
flake8 = "^5.0.4"
httpx = "^0.23.0"
isort = "^5.12.0"
pydocstyle = "^6.1.1"
safety = "^2.3.5"
safety = {version = "^2.4.0b1", allow-prereleases = true}
[tool.pydocstyle]
add-ignore = ["D200", "D203", "D204", "D212"]