Skip to content

Commit

Permalink
bulk dependency upgrade (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
epwalsh authored Jan 9, 2025
1 parent cb2f599 commit 8fbfcf8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,21 +32,21 @@ Changelog = "https://github.com/allenai/python-package-template/blob/main/CHANGE
[project.optional-dependencies]
dev = [
"ruff",
"mypy>=1.0,<1.7",
"black>=23.0,<24.0",
"isort>=5.12,<5.13",
"mypy>=1.0,<2.0",
"black>=23.0,<25.0",
"isort>=5.12,<5.14",
"pytest",
"pytest-sphinx",
"pytest-cov",
"twine>=1.11.0",
"build",
"setuptools",
"wheel",
"Sphinx>=4.3.0,<7.1.0",
"furo==2023.7.26",
"myst-parser>=1.0,<2.1",
"sphinx-copybutton==0.5.2",
"sphinx-autobuild==2021.3.14",
"Sphinx>=6.0,<9.0",
"furo==2024.8.6",
"myst-parser>=1.0",
"sphinx-copybutton",
"sphinx-autobuild",
"sphinx-autodoc-typehints==1.23.3",
"packaging"
]
Expand Down

0 comments on commit 8fbfcf8

Please sign in to comment.