From dde2262b0cac0a8faa38cce0f065219c903b2cb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 09:03:16 +0000 Subject: [PATCH] Update httpx requirement from ^0.23.3 to ^0.24.1 Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [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.23.3...0.24.1) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3799c35..3c26f70 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ pytz = ">= 2022.1" pytest-asyncio = ">= 0.18.3" python-jose = ">= 3.2.0" python-dotenv = ">= 0.20.0" -httpx = "^0.23.3" +httpx = "^0.24.1" [build-system]