From 755993a04fbaed604775a556d91e0787a3237922 Mon Sep 17 00:00:00 2001 From: Francesco Faraone Date: Thu, 16 Nov 2023 12:03:16 +0100 Subject: [PATCH] LITE-29058 support pytest-httpx up to 0.26 --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 6563101..50989d8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1576,4 +1576,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = ">=3.8,<4" -content-hash = "3ff1be36b1116a9b46ca2dd59c9da1c724beeb3cef3f28dcdd00b709bcb07a3b" +content-hash = "2f545148b428a39adfff03d8b50add97e4690aa41271208b52f18c67ce858819" diff --git a/pyproject.toml b/pyproject.toml index 230d1c8..f6775be 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ inflect = ">=4.1" httpx = ">=0.23" asgiref = "^3.3.4" responses = ">=0.14.0,<1" -pytest-httpx = ">=0.20,<0.23" +pytest-httpx = ">=0.20,<0.27" importlib-metadata = "^6.6" urllib3 = "<2"