From 28c7d52849ff192d1a7a3d1898a9d4a479d2674f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 21:08:36 +0100 Subject: [PATCH] Update httpx requirement from ^0.25.0 to ^0.26.0 (#83) 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.25.0...0.26.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3f3dead7..97134a73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ documentation = "https://overfast-api.tekrop.fr/" python = "^3.12" beautifulsoup4 = "^4.12.2" fastapi = "^0.104.0" -httpx = {extras = ["http2"], version = "^0.25.0"} +httpx = {extras = ["http2"], version = "^0.26.0"} loguru = "^0.7.2" lxml = "^4.9.3" redis = "^5.0.1"