Skip to content

Commit

Permalink
MAINT: remove lower bounds on packages
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Oct 10, 2024
1 parent 2231b1d commit 70e95de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ classifiers = [
"Typing :: Typed",
]
dependencies = [
"Sphinx>=4.4",
"colorama",
"docutils",
"sphinx",
]
description = "Relink type hints in your Sphinx API"
dynamic = ["version"]
Expand All @@ -44,7 +44,7 @@ requires-python = ">=3.9"
dev = ["sphinx-api-relink[sty]"]
sty = [
"mypy",
"pre-commit >=1.4.0",
"pre-commit",
"ruff",
"sphinx-api-relink[types]",
]
Expand Down

0 comments on commit 70e95de

Please sign in to comment.