Skip to content

Commit

Permalink
Merge pull request #220 from nextsnake/tag-epic/build/use-any-sphinx-…
Browse files Browse the repository at this point in the history
…ext-version

Do not lock CalVer versioned packages
  • Loading branch information
TAG-Epic authored Mar 29, 2023
2 parents b8f8037 + 56490b7 commit 7a02199
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ types-orjson = {version = "^3.6.2", optional = true}
discord-typings = "^0.5.0"

[tool.poetry.group.dev.dependencies]
Sphinx = "^4.4.0"
Sphinx = "^5.0.0"
sphinx-copybutton = "^0.4.0"
furo = "^2022.1.2"
furo = "*" # CalVer, the version does not make sense to lock.
isort = "^5.10.1"
black = "^22.6.0"
pytest = "^6.2.5"
Expand All @@ -53,7 +53,7 @@ pytest-mock = "^3.7.0"
pre-commit = "^2.18.1"
sphinxext-opengraph = "^0.6.3"
slotscheck = "^0.14.0"
sphinx-inline-tabs = "^2022.1.2-beta.11"
sphinx-inline-tabs = "*" # CalVer, the version does not make sense to lock.
towncrier = "^22.12.0"

[build-system]
Expand Down

0 comments on commit 7a02199

Please sign in to comment.