From 7aec829562c1609e78173ab7581bbbf55d6e95dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Nov 2024 22:14:01 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Bump=20httpx=20from=200.24.1=20to?= =?UTF-8?q?=200.28.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps [httpx](https://github.com/encode/httpx) from 0.24.1 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.24.1...0.28.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements-github-actions.txt | 2 +- requirements-tests.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements-github-actions.txt b/requirements-github-actions.txt index a6dace544f..5c3e02d8ae 100644 --- a/requirements-github-actions.txt +++ b/requirements-github-actions.txt @@ -1,5 +1,5 @@ PyGithub>=2.3.0,<3.0.0 pydantic>=2.5.3,<3.0.0 pydantic-settings>=2.1.0,<3.0.0 -httpx>=0.27.0,<0.28.0 +httpx>=0.27.0,<0.29.0 smokeshow diff --git a/requirements-tests.txt b/requirements-tests.txt index 847ce90c4a..788a5a01c5 100644 --- a/requirements-tests.txt +++ b/requirements-tests.txt @@ -6,7 +6,7 @@ mypy ==1.4.1 ruff ==0.6.2 # For FastAPI tests fastapi >=0.103.2 -httpx ==0.24.1 +httpx ==0.28.0 # TODO: upgrade when deprecating Python 3.7 dirty-equals ==0.6.0 jinja2 ==3.1.4