From a51565a36ec78568155b2349593ae2678ae3245b Mon Sep 17 00:00:00 2001 From: epwalsh Date: Thu, 9 Jan 2025 10:25:13 -0800 Subject: [PATCH] bulk dependency upgrade --- pyproject.toml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 23f6bb9..19b8415 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,9 +32,9 @@ 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", @@ -42,11 +42,11 @@ dev = [ "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" ]