Skip to content

Commit

Permalink
Remove pins for resolved issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaraco committed Apr 18, 2024
1 parent a626003 commit 2d276c2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pyproject.toml
Expand Up @@ -31,7 +31,7 @@ testing = [
"pytest >= 6",
"pytest-checkdocs >= 2.4",
"pytest-cov",
'pytest-mypy; python_implementation != "PyPy"', # workaround for jaraco/skeleton#22
"pytest-mypy",
"pytest-enabler >= 2.2",
"pytest-ruff >= 0.2.1",

Expand All @@ -41,8 +41,6 @@ testing = [
docs = [
# upstream
"sphinx >= 3.5",
# workaround for sphinx/sphinx-doc#11662
"sphinx < 7.2.5",
"jaraco.packaging >= 9.3",
"rst.linker >= 1.9",
"furo",
Expand Down

0 comments on commit 2d276c2

Please sign in to comment.