We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac83c21 commit b354657Copy full SHA for b354657
poetry.lock
pyproject.toml
@@ -43,14 +43,14 @@
43
panflute = "^2.3.0"
44
45
[tool.poetry.group.dev.dependencies]
46
- tox = "^4.6.1"
+ tox = "^4.6.2"
47
48
# Formatter
49
black = "^23.3.0"
50
51
# Tests
52
pytest = "^7.3.2"
53
- pytest-cov = "^4.0.0"
+ pytest-cov = "^4.1.0"
54
55
# Style checkers
56
doc8 = "^0.11.2"
@@ -59,10 +59,10 @@
59
flake8-annotations-complexity = "^0.0.7"
60
flake8-black = "^0.3.6"
61
flake8-blind-except = "^0.2.1"
62
- flake8-bugbear = "^23.5.9"
+ flake8-bugbear = "^23.6.5"
63
flake8-builtins = "^2.1.0"
64
flake8-cognitive-complexity = "^0.1.0"
65
- flake8-comprehensions = "^3.12.0"
+ flake8-comprehensions = "^3.13.0"
66
flake8-docstrings = "^1.7.0"
67
flake8-expression-complexity = "^0.0.11"
68
flake8-fixme = "^1.1.1"
0 commit comments