[dxf] update ezdxf dep

This commit is contained in:
jan 2026-03-09 00:18:06 -07:00
commit 5e0936e15f

View file

@ -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"