diff --git a/poetry.lock b/poetry.lock index 0b808134..86b1766f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1529,13 +1529,13 @@ PyYAML = ">=6.0,<7.0" [[package]] name = "pydot" -version = "3.0.2" +version = "3.0.3" description = "Python interface to Graphviz's Dot" optional = false python-versions = ">=3.8" files = [ - {file = "pydot-3.0.2-py3-none-any.whl", hash = "sha256:99cedaa55d04abb0b2bc56d9981a6da781053dd5ac75c428e8dd53db53f90b14"}, - {file = "pydot-3.0.2.tar.gz", hash = "sha256:9180da540b51b3aa09fbf81140b3edfbe2315d778e8589a7d0a4a69c41332bae"}, + {file = "pydot-3.0.3-py3-none-any.whl", hash = "sha256:9b0b3081e0bd362d0c61148da10eb1281ec80089b02a28cf06f9093843986f3d"}, + {file = "pydot-3.0.3.tar.gz", hash = "sha256:5e009d97b2fff92b7a88f09ec1fd5b163f07f3b10469c927d362471d6faa0d50"}, ] [package.dependencies] @@ -2283,4 +2283,4 @@ watchmedo = ["PyYAML (>=3.10)"] [metadata] lock-version = "2.0" python-versions = ">=3.12,<3.13" -content-hash = "47c74d220fba66a7280a121e5672f6d7e220cf502988f8e5db2d31ed2f52a2c2" +content-hash = "65b603e0e7546d24be3f9af2ce0a34fec8c298e05e44a30b1b5f95fe7127f084" diff --git a/pyproject.toml b/pyproject.toml index e095246f..33eabbef 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ types-pyyaml = "^6.0.12.20240311" types-beautifulsoup4 = "^4.12.0.20240511" pytest-qt = "^4.4.0" types-decorator = "^5.1.8.20240310" -pydot = "^3.0.2" +pydot = "^3.0.3" ruff = "^0.8.0" freezegun = "^1.5.1" mypy = "^1.13.0"