From f65f70d1baa52cbef1eb71eba7c01ed22c76fd76 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 23:58:16 +0000 Subject: [PATCH] Bump httpx from 0.18.2 to 0.23.0 Bumps [httpx](https://github.com/encode/httpx) from 0.18.2 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.18.2...0.23.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index ec57ce2..4d5f5c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ pytest==6.2.4 -httpx==0.18.2 +httpx==0.23.0 rdflib==5.0.0 \ No newline at end of file diff --git a/setup.cfg b/setup.cfg index dd9e529..d1b5f63 100644 --- a/setup.cfg +++ b/setup.cfg @@ -21,7 +21,7 @@ package_dir = packages = find: python_requires = >=3.7 install_requires = - httpx==0.18.2 + httpx==0.23.0 rdflib==5.0.0 [options.packages.find]