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