From bc14bd9d7ab1e25642d4f20665a72fec42ae62cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Apr 2026 04:04:08 +0000 Subject: [PATCH] Deps: Bump the python-packages group with 10 updates Updates the requirements on [paramiko](https://github.com/paramiko/paramiko), [lxml](https://github.com/lxml/lxml), [coverage](https://github.com/coveragepy/coveragepy), [sphinx](https://github.com/sphinx-doc/sphinx), [autohooks-plugin-ruff](https://github.com/greenbone/autohooks-plugin-ruff), [autohooks-plugin-mypy](https://github.com/greenbone/autohooks-plugin-mypy), [pontos](https://github.com/greenbone/pontos), [furo](https://github.com/pradyunsg/furo), [types-paramiko](https://github.com/python/typeshed) and [git-cliff](https://github.com/orhun/git-cliff) to permit the latest version. Updates `paramiko` to 4.0.0 - [Commits](https://github.com/paramiko/paramiko/compare/2.7.1...4.0.0) Updates `lxml` to 6.1.0 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](https://github.com/lxml/lxml/compare/lxml-4.5.0...lxml-6.1.0) Updates `coverage` to 7.13.5 - [Release notes](https://github.com/coveragepy/coveragepy/releases) - [Changelog](https://github.com/coveragepy/coveragepy/blob/main/CHANGES.rst) - [Commits](https://github.com/coveragepy/coveragepy/compare/7.2.0...7.13.5) Updates `sphinx` to 8.1.3 - [Release notes](https://github.com/sphinx-doc/sphinx/releases) - [Changelog](https://github.com/sphinx-doc/sphinx/blob/v8.1.3/CHANGES.rst) - [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.3.0...v8.1.3) Updates `autohooks-plugin-ruff` to 25.3.1 - [Release notes](https://github.com/greenbone/autohooks-plugin-ruff/releases) - [Commits](https://github.com/greenbone/autohooks-plugin-ruff/compare/v25.2.0...v25.3.1) Updates `autohooks-plugin-mypy` to 23.10.0 - [Release notes](https://github.com/greenbone/autohooks-plugin-mypy/releases) - [Commits](https://github.com/greenbone/autohooks-plugin-mypy/compare/v23.3.0...v23.10.0) Updates `pontos` to 26.4.1 - [Release notes](https://github.com/greenbone/pontos/releases) - [Commits](https://github.com/greenbone/pontos/compare/v26.4.0...v26.4.1) Updates `furo` to 2025.12.19 - [Release notes](https://github.com/pradyunsg/furo/releases) - [Changelog](https://github.com/pradyunsg/furo/blob/main/docs/changelog.md) - [Commits](https://github.com/pradyunsg/furo/compare/2022.06.21...2025.12.19) Updates `types-paramiko` to 4.0.0.20260408 - [Commits](https://github.com/python/typeshed/commits) Updates `git-cliff` to 2.12.0 - [Release notes](https://github.com/orhun/git-cliff/releases) - [Changelog](https://github.com/orhun/git-cliff/blob/main/CHANGELOG.md) - [Commits](https://github.com/orhun/git-cliff/compare/v2.8.0...v2.12.0) --- updated-dependencies: - dependency-name: paramiko dependency-version: 4.0.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: lxml dependency-version: 6.1.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: coverage dependency-version: 7.13.5 dependency-type: direct:development dependency-group: python-packages - dependency-name: sphinx dependency-version: 8.1.3 dependency-type: direct:production dependency-group: python-packages - dependency-name: autohooks-plugin-ruff dependency-version: 25.3.1 dependency-type: direct:development dependency-group: python-packages - dependency-name: autohooks-plugin-mypy dependency-version: 23.10.0 dependency-type: direct:development dependency-group: python-packages - dependency-name: pontos dependency-version: 26.4.1 dependency-type: direct:development dependency-group: python-packages - dependency-name: furo dependency-version: 2025.12.19 dependency-type: direct:production dependency-group: python-packages - dependency-name: types-paramiko dependency-version: 4.0.0.20260408 dependency-type: direct:development dependency-group: python-packages - dependency-name: git-cliff dependency-version: 2.12.0 dependency-type: direct:development dependency-group: python-packages ... Signed-off-by: dependabot[bot] --- pyproject.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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'", ]