From f7ef359802e332102837afc579aec23b6cc5a733 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 12:39:58 +0000 Subject: [PATCH] Bump httpx from 0.24.1 to 0.25.1 Bumps [httpx](https://github.com/encode/httpx) from 0.24.1 to 0.25.1. - [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.24.1...0.25.1) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-base.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/requirements-base.txt b/requirements-base.txt index 97db3619e514..50286228d609 100644 --- a/requirements-base.txt +++ b/requirements-base.txt @@ -20,6 +20,7 @@ anyio==3.7.1 # via # fastapi # httpcore + # httpx # starlette async-timeout==4.0.3 # via aiohttp @@ -158,7 +159,7 @@ httplib2==0.22.0 # google-api-python-client # google-auth-httplib2 # oauth2client -httpx==0.24.1 +httpx==0.25.1 # via # -r requirements-base.in # schemathesis