From f5645162d4d2c05db3b8027d4a59987490f0175a Mon Sep 17 00:00:00 2001 From: F-G Fernandez <26927750+frgfm@users.noreply.github.com> Date: Mon, 30 Dec 2024 15:02:13 +0100 Subject: [PATCH] build(deps-dev): bump mypy to 1.14.0 --- pyproject.toml | 24 ++---------------------- 1 file changed, 2 insertions(+), 22 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index ad13782d..52609358 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,7 @@ test = [ ] quality = [ "ruff==0.8.4", - "mypy==1.13.0", + "mypy==1.14.0", "types-Pillow", "pre-commit>=3.0.0,<5.0.0", ] @@ -69,27 +69,7 @@ demo = [ "streamlit>=0.65.0,<2.0.0", "torchvision>=0.15.0,<1.0.0", ] -dev = [ - # test - "requests>=2.20.0,<3.0.0", - "torchvision>=0.15.0,<1.0.0", - "pytest>=7.3.2", - "pytest-cov>=4.0.0,<5.0.0", - "pytest-pretty>=1.0.0,<2.0.0", - # style - "ruff==0.8.4", - "mypy==1.13.0", - "types-Pillow", - "pre-commit>=3.0.0,<5.0.0", - # docs - "sphinx>=3.0.0,!=3.5.0", - "furo>=2022.3.4", - "sphinxemoji>=0.1.8", - "sphinx-copybutton>=0.3.1", - "recommonmark>=0.7.1", - "sphinx-markdown-tables>=0.0.15", - "Jinja2<3.1", -] + [project.urls] documentation = "https://frgfm.github.io/torch-cam"