From b8064c0c805a11bef55c6207705c7421c29fe0f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Nov 2024 10:43:50 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=20Update=20httpx=20requirement=20from?= =?UTF-8?q?=20<0.28.0,>=3D0.27.0=20to=20>=3D0.27.0,<0.29.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Updates the requirements on [httpx](https://github.com/encode/httpx) to permit the latest version. - [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.28.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-github-actions.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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