From e7912cc34510b1382f39b492ddde3f15f7b00031 Mon Sep 17 00:00:00 2001 From: Mike Fiedler Date: Mon, 19 Sep 2022 16:18:39 -0400 Subject: [PATCH] test: update httpbin commit hash upstream force pushed away the reference. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 9da3a17..17e6a80 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ requests = "^2.26.0" starlette = "^0.20.0" httpx = "^0.23.0" # See https://github.com/postmanlabs/httpbin/pull/674 -httpbin = { git = "https://github.com/maximino-dev/httpbin.git", rev = "5cc81ce87" } +httpbin = { git = "https://github.com/maximino-dev/httpbin.git", rev = "651c03a73" } [tool.poetry.plugins.pytest11] socket = 'pytest_socket'