From 2df4ba8ff072b00e7b439bfc9552c9fc26859e88 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jun 2022 11:00:48 +0000 Subject: [PATCH] chore(deps): 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 893f0a8..5e9aa24 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ emoji==1.7.0 feedparser==6.0.10; python_version >= "3.7" h11==0.12.0; python_version >= "3.7" httpcore==0.14.7; python_version >= "3.7" -httpx==0.22.0; python_version >= "3.7" +httpx==0.23.0; python_version >= "3.7" idna==3.3; python_full_version >= "3.6.2" and python_version >= "3.7" iso8601==1.0.2; python_full_version >= "3.6.2" and python_version < "4.0" and python_version >= "3.7" loguru==0.6.0; python_version >= "3.5"