diff --git a/poetry.lock b/poetry.lock index 1f7f002..de66ec6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3696,4 +3696,4 @@ virustotal = ["validators"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "ff26e4708107a10975b7314bcdf50b895fa5345695a1e56207830f98d2c23d3f" +content-hash = "c990e5b895fd93a56b28501299eca566f2ed12a62104d11769abb3e00e12f1ff" diff --git a/pyproject.toml b/pyproject.toml index 8a02379..bd30a62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,8 +57,8 @@ lief = {version = "^0.15.0", optional = true} beautifulsoup4 = {version = "^4.12.3", optional = true} validators = {version = "^0.34.0", optional = true} sphinx-autodoc-typehints = {version = "^2.5.0", optional = true, python = ">=3.10"} -docutils = {version = "^0.21.1", optional = true, python = ">=3.9"} -recommonmark = {version = "^0.7.1", optional = true, python = ">=3.9"} +docutils = {version = "^0.21.1", optional = true, python = ">=3.10"} +recommonmark = {version = "^0.7.1", optional = true, python = ">=3.10"} reportlab = {version = "^4.2.5", optional = true} pyfaup = {version = "^1.2", optional = true} publicsuffixlist = {version = "^1.0.2.20241017", optional = true}