From 3b6736cb308eb4f3ab5055623055c21c95dd9ccc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 08:18:08 +0000 Subject: [PATCH] Bump httpcore from 0.14.7 to 0.16.0 Bumps [httpcore](https://github.com/encode/httpcore) from 0.14.7 to 0.16.0. - [Release notes](https://github.com/encode/httpcore/releases) - [Changelog](https://github.com/encode/httpcore/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpcore/compare/0.14.7...0.16.0) --- updated-dependencies: - dependency-name: httpcore dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a0f8966..c540833 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ filelock==3.6.0; python_version >= "3.7" and python_full_version < "3.0.0" or py greenlet==1.1.2; python_version >= "3" and python_full_version < "3.0.0" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0") or python_version >= "3" and (platform_machine == "aarch64" or platform_machine == "ppc64le" or platform_machine == "x86_64" or platform_machine == "amd64" or platform_machine == "AMD64" or platform_machine == "win32" or platform_machine == "WIN32") and (python_version >= "2.7" and python_full_version < "3.0.0" or python_full_version >= "3.6.0") and python_full_version >= "3.5.0" gunicorn==20.1.0; python_version >= "3.5" h11==0.12.0; python_version >= "3.7" -httpcore==0.14.7; python_version >= "3.6" +httpcore==0.16.0; python_version >= "3.6" httpx==0.22.0; python_version >= "3.6" identify==2.5.0; python_version >= "3.7" idna==3.3; python_full_version >= "3.6.2" and python_version >= "3.6"