From 801d3abb23dae06f86de2fcbb51d4a6687a311bf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 23:57:56 +0000 Subject: [PATCH] Bump httpx from 0.13.3 to 0.23.0 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] --- requirements.txt | 44 +++++++++++++++++++++++++++++--------------- 1 file changed, 29 insertions(+), 15 deletions(-) diff --git a/requirements.txt b/requirements.txt index 89251a6..d915706 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,18 +4,32 @@ # # pip-compile # -certifi==2020.4.5.2 # via httpx -chardet==3.0.4 # via httpx -h11==0.9.0 # via httpcore -h2==3.2.0 # via httpcore -hpack==3.0.0 # via h2 -hstspreload==2020.6.9 # via httpx -httpcore==0.9.1 # via httpx -httpx==0.13.3 # via -r requirements.in -hyperframe==5.2.0 # via h2 -idna==2.9 # via httpx -plumbum==1.6.9 # via pyfzf -pyfzf==0.2.1 # via -r requirements.in -pytz==2020.1 # via -r requirements.in -rfc3986==1.4.0 # via httpx -sniffio==1.1.0 # via httpcore, httpx +anyio==3.6.1 + # via httpcore +certifi==2020.4.5.2 + # via + # httpcore + # httpx +h11==0.12.0 + # via httpcore +httpcore==0.15.0 + # via httpx +httpx==0.23.0 + # via -r requirements.in +idna==2.9 + # via + # anyio + # rfc3986 +plumbum==1.6.9 + # via pyfzf +pyfzf==0.2.1 + # via -r requirements.in +pytz==2020.1 + # via -r requirements.in +rfc3986[idna2008]==1.4.0 + # via httpx +sniffio==1.1.0 + # via + # anyio + # httpcore + # httpx