diff --git a/poetry.lock b/poetry.lock index d5ae23f0d..b4d3be305 100644 --- a/poetry.lock +++ b/poetry.lock @@ -3398,4 +3398,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<4.0" -content-hash = "2808a80ec18cf7369826a193774f989c9042324073573a258278ce8251f0d73a" +content-hash = "e1084f068de60cabc884087eda4f1829fca3441772d1173fa569544646417ea4" diff --git a/pyproject.toml b/pyproject.toml index f537e3f53..bcc25d2f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,11 +39,7 @@ pytest = "8.3.3" pyflakes = "3.2.0" pylama = "8.4.1" twine = "5.1.1" -# docutils/poetry release issue on 0.21.1 -docutils = [ - {version = "<=0.20", python = "3.8.*"}, - {version = ">=0.21.2", python = ">=3.9"} -] +docutils = "0.21.2" pysnmp = "6.2.6" pdoc3 = "0.11.1" types-paramiko = "3.5.0.20240918"