diff --git a/pyproject.toml b/pyproject.toml index dae328a74..d2a982090 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ "Operating System :: OS Independent", "Topic :: Software Development :: Libraries :: Python Modules", ] -dependencies = ["paramiko>=2.7.1", "lxml>=4.5.0", "httpx[http2]>=0.28.1,<0.29"] +dependencies = ["paramiko>=4.0.0", "lxml>=6.1.0", "httpx[http2]>=0.28.1,<0.29"] [project.urls] Homepage = "https://github.com/greenbone/python-gvm/" @@ -32,15 +32,15 @@ Documentation = "https://greenbone.github.io/python-gvm/" [dependency-groups] dev = [ - "coverage>=7.2", - "sphinx>=5.3.0", - "autohooks-plugin-ruff>=25.2.0", - "autohooks-plugin-mypy>=22.7.0", - "pontos>=26.4.0", - "furo>=2022.6.21", + "coverage>=7.13.5", + "sphinx>=8.1.3", + "autohooks-plugin-ruff>=25.3.1", + "autohooks-plugin-mypy>=23.10.0", + "pontos>=26.4.1", + "furo>=2025.12.19", "lxml-stubs>=0.5.1,<0.6", - "types-paramiko>=3.4.0.20240205,<5.0.0.0", - "git-cliff>=2.8.0,<3", + "types-paramiko>=4.0.0.20260408,<5.0.0.0", + "git-cliff>=2.12.0,<3", "myst-parser>=4.0.0,<5 ; python_full_version >= '3.10' and python_full_version < '4'", ]