From f58ceffe10dbef08966a3d43e8660518cc86a05c Mon Sep 17 00:00:00 2001 From: nnsnodnb Date: Tue, 30 Jan 2024 18:48:29 +0900 Subject: [PATCH] Modify installable range for pytest-httpx --- poetry.lock | 2 +- pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poetry.lock b/poetry.lock index 1182a1d..21cb989 100644 --- a/poetry.lock +++ b/poetry.lock @@ -912,4 +912,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "f36932a8b1f9d25d6dc5cc3e4a146560abb97e1a9cd11463f8462c76ed986f17" +content-hash = "bc75281385b6d7aa0d3413fa3c8f4dc11047f926d374c4f834a10f00f79dbbb4" diff --git a/pyproject.toml b/pyproject.toml index 0388397..d429230 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ flake8 = "^7.0.0" mypy = ">=1.8,<2" pytest-cov = "^4.0.0" coveralls = "^3.3.1" -pytest-httpx = ">=0.29.0,<0.30.0" +pytest-httpx = ">=0.21.3,<0.30.0" pytest-asyncio = ">=0.20.3,<0.24.0" pem = "^23.1.0"