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')",