From 5adabf3fb30459066b881392c3f86bed699e3dd8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 21:33:14 +0000 Subject: [PATCH] Bump httpx from 0.27.2 to 0.28.0 in /registrar Bumps [httpx](https://github.com/encode/httpx) from 0.27.2 to 0.28.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.27.2...0.28.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- registrar/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registrar/requirements.txt b/registrar/requirements.txt index 28ddf97f..296cd698 100644 --- a/registrar/requirements.txt +++ b/registrar/requirements.txt @@ -10,7 +10,7 @@ exceptiongroup==1.2.2 fastapi==0.115.5 h11==0.14.0 httpcore==1.0.7 -httpx==0.27.2 +httpx==0.28.0 idna==3.10 pycparser==2.22 pydantic==2.9.2