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.
2 parents b8f8037 + 56490b7 commit 7a02199Copy full SHA for 7a02199
pyproject.toml
@@ -41,9 +41,9 @@ types-orjson = {version = "^3.6.2", optional = true}
41
discord-typings = "^0.5.0"
42
43
[tool.poetry.group.dev.dependencies]
44
-Sphinx = "^4.4.0"
+Sphinx = "^5.0.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