diff --git a/pyproject.toml b/pyproject.toml index bb8a412e40..6c77bc7733 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -45,7 +45,7 @@ dependencies = [ "html5lib==1.1", "lxml==6.0.2", "networkx==3.4.2; python_version == '3.10'", - "networkx==3.6; python_version > '3.10'", + "networkx==3.6.1; python_version > '3.10'", "pefile==2024.8.26", "pillow==12.0.0", "promise==2.3",