From 3cf43225fccdb8352b26aa70ecb4af4833ae1c48 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 23:57:32 +0000 Subject: [PATCH] Bump httpx from 0.13.3 to 0.23.0 in /cedears Bumps [httpx](https://github.com/encode/httpx) from 0.13.3 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.13.3...0.23.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- cedears/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cedears/requirements.txt b/cedears/requirements.txt index 324e442..e275638 100644 --- a/cedears/requirements.txt +++ b/cedears/requirements.txt @@ -5,7 +5,7 @@ jsonpath_rw==1.4.0 ujson==3.0.0 lxml==4.5.0 aiocache[memcached]==0.11.1 -httpx==0.13.3 +httpx==0.23.0 Quart==0.12.0 mock==4.0.2 pytest==5.4.3