Skip to content

Commit 1e3ebba

Browse files
committed
⬇️(project) downgrade pytest-httpx and pytest dependency
Python 3.8 is no longer supported from pytest-httpx 0.23.0. Hence, pytest and pytest-httpx are downgraded to the latest version compatible with Python 3.8
1 parent d114c61 commit 1e3ebba

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,9 +105,9 @@ dev = [
105105
"polyfactory==2.16.2",
106106
"pyfakefs==5.6.0",
107107
"pymdown-extensions==10.9",
108-
"pytest<8.3.4", # pin as pytest-httpx<0.23.0 is not compatible with pytest 8.0.0
108+
"pytest<8.0.0", # pin as pytest-httpx<0.23.0 is not compatible with pytest 8.0.0
109109
"pytest-cov==5.0.0",
110-
"pytest-httpx<0.30.1", # pin as Python 3.8 is no longer supported from release 0.23.0
110+
"pytest-httpx<0.23.0", # pin as Python 3.8 is no longer supported from release 0.23.0
111111
"requests-mock==1.12.1",
112112
"responses==0.25.3",
113113
"ruff==0.6.5",

0 commit comments

Comments
 (0)