From a6c744686659f30cac30ff1a9c219325e1ba2d79 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Wed, 5 Jan 2022 10:14:14 +0000 Subject: [PATCH] Drop types-certifi package. --- httpcore/_ssl.py | 2 +- requirements.txt | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/httpcore/_ssl.py b/httpcore/_ssl.py index c99c5a679..629f002f0 100644 --- a/httpcore/_ssl.py +++ b/httpcore/_ssl.py @@ -1,6 +1,6 @@ import ssl -import certifi +import certifi # type: ignore def default_ssl_context() -> ssl.SSLContext: diff --git a/requirements.txt b/requirements.txt index bd5bae437..5b3abb5cd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -34,5 +34,4 @@ pytest-httpbin==1.0.1 pytest-trio==0.7.0 pytest-asyncio==0.16.0 trustme==0.9.0 -types-certifi==2021.10.8.0 uvicorn==0.12.1; python_version < '3.7'