Skip to content

Commit d8dc23b

Browse files
committed
build(deps): Loosen package restrictions
1 parent 17aff2b commit d8dc23b

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

poetry.lock

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -56,16 +56,16 @@ colorama = ">=0.3.9"
5656
sphinx = "*"
5757
aafigure = ">=0.6"
5858
pillow = "*"
59-
furo = "^2022.2.23"
60-
sphinx-autobuild = "^2021.3.14"
61-
sphinx-autodoc-typehints = "~1.17.0"
59+
furo = "*"
60+
sphinx-autobuild = "*"
61+
sphinx-autodoc-typehints = "*"
6262
sphinx-click = "*"
63-
sphinx-issues = "^3.0.0"
64-
sphinx-inline-tabs = { version = "*", python = "^3.7" }
63+
sphinx-issues = "*"
64+
sphinx-inline-tabs = "*"
6565
sphinxext-opengraph = "*"
66-
sphinx-copybutton = "^0.5.0"
66+
sphinx-copybutton = "*"
6767
sphinxext-rediraffe = "*"
68-
myst_parser = "~0.17.0"
68+
myst_parser = "*"
6969

7070
### Testing ###
7171
pytest = "*"

0 commit comments

Comments
 (0)