Skip to content

Commit

Permalink
fix(deps): add types-click, and downgrade sphinx/furo for 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bernardcooke53 committed Jul 9, 2023
1 parent 4cba4c2 commit 126f12f
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 @@ -45,10 +45,10 @@ Homepage = "https://python-semantic-release.readthedocs.io"

[project.optional-dependencies]
docs = [
"Sphinx<=8.0.0",
"Sphinx<=6.0.0",
"sphinxcontrib-apidoc==0.3.0",
"sphinx-autobuild==2021.03.14",
"furo>=2023.5.20",
"furo>=2023.3.27",
]
test = [
"coverage[toml]>=6,<7",
Expand All @@ -62,7 +62,7 @@ test = [
"types-pytest-lazy-fixture>=0.6.3.3",
]
dev = ["tox", "isort", "black"]
mypy = ["mypy", "types-requests"]
mypy = ["mypy", "types-requests", "types-click"]

[tool.pytest.ini_options]
addopts = [
Expand Down

0 comments on commit 126f12f

Please sign in to comment.