From ac1ebcd1be3435cf69fe4ff3e8b7d3977f8bc7c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Sat, 1 Mar 2025 14:38:29 +0100 Subject: [PATCH] ci: remove uneeded mypy helper lib --- pyproject.toml | 1 - requirements-mypy.txt | 1 - 2 files changed, 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 20e2c52..ad253cc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,6 @@ test = [ ] mypy = [ "mypy>=0.930", - "types-urllib3", ] [project.urls] diff --git a/requirements-mypy.txt b/requirements-mypy.txt index 0066acc..09448cf 100644 --- a/requirements-mypy.txt +++ b/requirements-mypy.txt @@ -1,4 +1,3 @@ # frozen requirements generated by pip-deepfreeze mypy==1.15.0 mypy-extensions==1.0.0 -types-urllib3==1.26.25.14