From 8aef6fa709271bf7ee453208589f424754611871 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 23:57:33 +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 | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 427148c..1a56de5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,2 @@ -httpx==0.13.3 +httpx==0.23.0 python-dotenv==0.14.0 diff --git a/setup.py b/setup.py index 77d3b4b..116c1cd 100644 --- a/setup.py +++ b/setup.py @@ -25,5 +25,5 @@ "Operating System :: OS Independent", ], zip_safe=False, - install_requires=['httpx>=0.13.3,<0.14'] + install_requires=['httpx>=0.13.3,<0.24'] )