Skip to content

Commit 2cc929a

Browse files
committed
build(poetry): do not lock CalVer versioned packages
1 parent b8f8037 commit 2cc929a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ discord-typings = "^0.5.0"
4343
[tool.poetry.group.dev.dependencies]
4444
Sphinx = "^4.4.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)