From fd564357e58438c7199b0e208b4d09880da1fded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 13:17:38 +0000 Subject: [PATCH] Bump httpx from 0.18.2 to 0.23.0 Bumps [httpx](https://github.com/encode/httpx) from 0.18.2 to 0.23.0. - [Release notes](https://github.com/encode/httpx/releases) - [Changelog](https://github.com/encode/httpx/blob/master/CHANGELOG.md) - [Commits](https://github.com/encode/httpx/compare/0.18.2...0.23.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-test-lock.txt | 2 +- requirements-test.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-test-lock.txt b/requirements-test-lock.txt index 3af6305..cfb1181 100644 --- a/requirements-test-lock.txt +++ b/requirements-test-lock.txt @@ -5,7 +5,7 @@ certifi==2022.6.15 coverage==6.4.2 h11==0.12.0 httpcore==0.13.7 -httpx==0.18.2 +httpx==0.23.0 idna==3.3 iniconfig==1.1.1 packaging==21.3 diff --git a/requirements-test.txt b/requirements-test.txt index 4797071..05f8717 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ pytest==6.2.4 pytest-asyncio==0.15.1 pytest-cov==2.12.0 -httpx==0.18.2 +httpx==0.23.0 asgiar==0.2.0