From 6cec540cd10674b33709f90470d174ee890e606d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Aug 2024 06:54:16 +0000 Subject: [PATCH] Bump httpx[http2] from 0.27.0 to 0.27.2 Bumps [httpx[http2]](https://github.com/encode/httpx) from 0.27.0 to 0.27.2. - [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.27.0...0.27.2) --- updated-dependencies: - dependency-name: httpx[http2] dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index c170ec4d..dc796644 100644 --- a/setup.py +++ b/setup.py @@ -29,7 +29,7 @@ "boto3>=1.34.144,<1.35.0", "fastapi==0.112.0", "uvicorn[standard]==0.30.5", - "httpx[http2]==0.27.0", + "httpx[http2]==0.27.2", "python-multipart==0.0.9", "email-validator==2.2.0", "structlog==24.4.0",