Skip to content

Commit 7a02199

Browse files
authored
Merge pull request #220 from nextsnake/tag-epic/build/use-any-sphinx-ext-version
Do not lock CalVer versioned packages
2 parents b8f8037 + 56490b7 commit 7a02199

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ types-orjson = {version = "^3.6.2", optional = true}
4141
discord-typings = "^0.5.0"
4242

4343
[tool.poetry.group.dev.dependencies]
44-
Sphinx = "^4.4.0"
44+
Sphinx = "^5.0.0"
4545
sphinx-copybutton = "^0.4.0"
46-
furo = "^2022.1.2"
46+
furo = "*" # CalVer, the version does not make sense to lock.
4747
isort = "^5.10.1"
4848
black = "^22.6.0"
4949
pytest = "^6.2.5"
@@ -53,7 +53,7 @@ pytest-mock = "^3.7.0"
5353
pre-commit = "^2.18.1"
5454
sphinxext-opengraph = "^0.6.3"
5555
slotscheck = "^0.14.0"
56-
sphinx-inline-tabs = "^2022.1.2-beta.11"
56+
sphinx-inline-tabs = "*" # CalVer, the version does not make sense to lock.
5757
towncrier = "^22.12.0"
5858

5959
[build-system]

0 commit comments

Comments
 (0)