From 40a0f213d39fdb5a9a2c9e5cad8ce284503e5fb9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jun 2022 00:00:25 +0000 Subject: [PATCH] Bump httpx from 0.22.0 to 0.23.0 Bumps [httpx](https://github.com/encode/httpx) from 0.22.0 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.22.0...0.23.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/requirements.txt b/requirements.txt index b17394b..dd74593 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,8 +10,6 @@ certifi==2021.10.8 # via # httpcore # httpx -charset-normalizer==2.0.12 - # via httpx click==8.1.2 # via # click-default-group @@ -24,9 +22,9 @@ gitpython==3.1.27 # via -r requirements.in h11==0.12.0 # via httpcore -httpcore==0.14.7 +httpcore==0.15.0 # via httpx -httpx==0.22.0 +httpx==0.23.0 # via -r requirements.in idna==3.3 # via