From 6efbf439b1d0424d8f46fece4dad1b5a9791e44c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 16:38:47 +0000 Subject: [PATCH] Update httpx requirement from ~=0.24.0 to ~=0.27.0 in /package (#1778) 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.24.0...0.27.0) --- updated-dependencies: - dependency-name: httpx dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: rashidakanchwala <37628668+rashidakanchwala@users.noreply.github.com> --- package/test_requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/test_requirements.txt b/package/test_requirements.txt index e142a6f583..ce4f6cf21e 100644 --- a/package/test_requirements.txt +++ b/package/test_requirements.txt @@ -22,7 +22,7 @@ pytest-cov~=4.1 sqlalchemy-stubs~=0.4 strawberry-graphql[cli]>=0.99.0, <1.0 trufflehog~=2.2 -httpx~=0.24.0 +httpx~=0.27.0 # mypy types-aiofiles==0.1.3