diff --git a/latex/python/pyproject.toml b/latex/python/pyproject.toml index ba4ee00..008dcac 100644 --- a/latex/python/pyproject.toml +++ b/latex/python/pyproject.toml @@ -2,9 +2,9 @@ dependencies = [ "matplotlib==3.9.0", "onnx==1.16.1", - "onnxscript==0.1.0.dev20240601", + "onnxscript==0.1.0.dev20240701", "pandas==2.2.2", - "scipy==1.13.1" + "scipy==1.14.0" ] name = "UNKNOWN" version = "0.0.0" @@ -12,9 +12,9 @@ version = "0.0.0" [project.optional-dependencies] dev = [ "check-python-script@https://api.github.com/repos/pbizopoulos/check-python-script/tarball/6b4fdb7#subdirectory=python", - "coverage==7.5.3", + "coverage==7.5.4", "djlint==1.34.1", - "mypy==1.10.0", - "ruff==0.4.7", + "mypy==1.10.1", + "ruff==0.5.0", "toml-sort==0.23.1" ]