From 963da8582aef117065b91ebf47e8e2b2123956b4 Mon Sep 17 00:00:00 2001 From: Francesco Faraone Date: Thu, 16 Nov 2023 09:45:03 +0100 Subject: [PATCH] LITE-29058 bump dependencies, fix pytest-httpx version --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5fd42b6..6563101 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 = "5fe00a61f96ef41620e556cba84d640fc0383ec53162393e5f0904785d12ab30" +content-hash = "3ff1be36b1116a9b46ca2dd59c9da1c724beeb3cef3f28dcdd00b709bcb07a3b" diff --git a/pyproject.toml b/pyproject.toml index 6c602ff..230d1c8 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" +pytest-httpx = ">=0.20,<0.23" importlib-metadata = "^6.6" urllib3 = "<2"