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 b8f8037 commit 2cc929aCopy full SHA for 2cc929a
pyproject.toml
@@ -43,7 +43,7 @@ discord-typings = "^0.5.0"
43
[tool.poetry.group.dev.dependencies]
44
Sphinx = "^4.4.0"
45
sphinx-copybutton = "^0.4.0"
46
-furo = "^2022.1.2"
+furo = "*" # CalVer, the version does not make sense to lock.
47
isort = "^5.10.1"
48
black = "^22.6.0"
49
pytest = "^6.2.5"
@@ -53,7 +53,7 @@ pytest-mock = "^3.7.0"
53
pre-commit = "^2.18.1"
54
sphinxext-opengraph = "^0.6.3"
55
slotscheck = "^0.14.0"
56
-sphinx-inline-tabs = "^2022.1.2-beta.11"
+sphinx-inline-tabs = "*" # CalVer, the version does not make sense to lock.
57
towncrier = "^22.12.0"
58
59
[build-system]
0 commit comments