Skip to content

Commit 513ea09

Browse files
committed
remove respx
1 parent 3c2e4ba commit 513ea09

File tree

2 files changed

+1
-16
lines changed

2 files changed

+1
-16
lines changed

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@ dev = [
5555
"pytest~=8.4.0",
5656
"pytest-httpserver>=1.1.3",
5757
"redbaron~=0.9.0",
58-
"respx~=0.22.0",
5958
"ruff~=0.12.0",
6059
"setuptools", # setuptools are used by pytest but not explicitly required
6160
"types-colorama~=0.4.15.20240106",
@@ -176,7 +175,7 @@ warn_unused_ignores = true
176175
exclude = []
177176

178177
[[tool.mypy.overrides]]
179-
module = ["pandas", "respx"]
178+
module = ["pandas"]
180179
ignore_missing_imports = true
181180

182181
[tool.basedpyright]

uv.lock

Lines changed: 0 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)