From fbc8755f6924f18f8e4f319446182f04a4143683 Mon Sep 17 00:00:00 2001 From: Marcelo Trylesinski Date: Tue, 13 Sep 2022 11:45:15 +0200 Subject: [PATCH] Bump minimal `httptools` version to 0.5.0 (#1645) --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index aec35a7ad..b42de3efe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ dependencies = [ [project.optional-dependencies] standard = [ "colorama>=0.4;sys_platform == 'win32'", - "httptools>=0.4.0", + "httptools>=0.5.0", "python-dotenv>=0.13", "PyYAML>=5.1", "uvloop>=0.14.0,!=0.15.0,!=0.15.1; sys_platform != 'win32' and (sys_platform != 'cygwin' and platform_python_implementation != 'PyPy')",