Skip to content

Commit 78bdfb6

Browse files
committed
pyproject versioning tweaks
1 parent e9f9de2 commit 78bdfb6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ colorama = ">=0.3.9"
4949
[tool.poetry.dev-dependencies]
5050
### Docs ###
5151
sphinx = "*"
52-
alagitpull = {version = "^0.1.0"}
53-
sphinx-issues = {version = "^1.2.0"}
54-
sphinx-click = {version = "*"}
55-
sphinx-autodoc-typehints = {version = "^1.12.0"}
56-
myst_parser = {version = "^0.15.0"}
52+
alagitpull = "^0.1.0"
53+
sphinx-issues = "^1.2.0"
54+
sphinx-click = "*"
55+
sphinx-autodoc-typehints = "^1.12.0"
56+
myst_parser = "^0.15.0"
5757

5858
### Testing ###
5959
pytest = "*"

0 commit comments

Comments
 (0)