Skip to content

Commit 1f8dd80

Browse files
Update dependency pytest-httpx to ~=0.35.0
1 parent 4b4cb07 commit 1f8dd80

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
@@ -91,8 +91,8 @@ test = [
9191
"pytest-asyncio~=0.21.2",
9292
"pytest-cov~=5.0.0; python_version<'3.9'",
9393
"pytest-cov~=6.0.0; python_version>='3.9'",
94-
"pytest-httpx~=0.22.0; python_version<'3.9'",
95-
"pytest-httpx~=0.33.0; python_version>='3.9'",
94+
"pytest-httpx~=0.35.0; python_version<'3.9'",
95+
"pytest-httpx~=0.35.0; python_version>='3.9'",
9696
"pytest-mock~=3.14.0",
9797
"requests-mock~=1.12.1",
9898
]

0 commit comments

Comments
 (0)