From 657a950d6d9a41e4a0ad9028f3ec7748f5316d80 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Dec 2024 01:03:10 +0000 Subject: [PATCH] Bump httpx from 0.27.2 to 0.28.0 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] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 38e3ec354..60fe09ba5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -54,7 +54,7 @@ dev = [ "hypothesis==6.119.3", "pytest-mock==3.14.0", "fastapi==0.115.5", - "httpx==0.27.2", + "httpx==0.28.0", "mpi4py==4.0.1", "kaleido==0.4.1", "pytest-random-order==1.1.1",