Skip to content

Commit

Permalink
⬇️(project) downgrade pytest-httpx and pytest dependency
Browse files Browse the repository at this point in the history
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
  • Loading branch information
quitterie-lcs committed Sep 17, 2024
1 parent d114c61 commit 1e3ebba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ dev = [
"polyfactory==2.16.2",
"pyfakefs==5.6.0",
"pymdown-extensions==10.9",
"pytest<8.3.4", # pin as pytest-httpx<0.23.0 is not compatible with pytest 8.0.0
"pytest<8.0.0", # pin as pytest-httpx<0.23.0 is not compatible with pytest 8.0.0
"pytest-cov==5.0.0",
"pytest-httpx<0.30.1", # pin as Python 3.8 is no longer supported from release 0.23.0
"pytest-httpx<0.23.0", # pin as Python 3.8 is no longer supported from release 0.23.0
"requests-mock==1.12.1",
"responses==0.25.3",
"ruff==0.6.5",
Expand Down

0 comments on commit 1e3ebba

Please sign in to comment.