From 5e0936e15f47aac6ecd93485355f3275dbfe47f6 Mon Sep 17 00:00:00 2001 From: jan Date: Mon, 9 Mar 2026 00:18:06 -0700 Subject: [PATCH] [dxf] update ezdxf dep --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ba7a240..760dfb9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -65,7 +65,7 @@ path = "masque/__init__.py" [project.optional-dependencies] oasis = ["fatamorgana~=0.11"] -dxf = ["ezdxf~=1.0.2"] +dxf = ["ezdxf~=1.4"] svg = ["svgwrite"] visualize = ["matplotlib"] text = ["matplotlib", "freetype-py"] @@ -110,6 +110,9 @@ lint.ignore = [ [tool.pytest.ini_options] addopts = "-rsXx" testpaths = ["masque"] +filterwarnings = [ + "ignore::pyparsing.exceptions.PyparsingDeprecationWarning:ezdxf.*", +] [tool.mypy] mypy_path = "stubs"