Skip to content

Commit 6769524

Browse files
Deps: Bump the python-packages group with 7 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) and [furo](https://github.com/pradyunsg/furo) to permit the latest version. Updates `paramiko` to 4.0.0 - [Commits](paramiko/paramiko@2.7.1...4.0.0) Updates `lxml` to 6.0.4 - [Release notes](https://github.com/lxml/lxml/releases) - [Changelog](https://github.com/lxml/lxml/blob/master/CHANGES.txt) - [Commits](lxml/lxml@lxml-4.5.0...lxml-6.0.4) 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](coveragepy/coveragepy@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](sphinx-doc/sphinx@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](greenbone/autohooks-plugin-ruff@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](greenbone/autohooks-plugin-mypy@v23.3.0...v23.10.0) 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](pradyunsg/furo@2022.06.21...2025.12.19) --- updated-dependencies: - dependency-name: paramiko dependency-version: 4.0.0 dependency-type: direct:production dependency-group: python-packages - dependency-name: lxml dependency-version: 6.0.4 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: furo dependency-version: 2025.12.19 dependency-type: direct:production dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5546c52 commit 6769524

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

pyproject.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Operating System :: OS Independent",
2424
"Topic :: Software Development :: Libraries :: Python Modules",
2525
]
26-
dependencies = ["paramiko>=2.7.1", "lxml>=4.5.0", "httpx[http2]>=0.28.1,<0.29"]
26+
dependencies = ["paramiko>=4.0.0", "lxml>=6.0.4", "httpx[http2]>=0.28.1,<0.29"]
2727

2828
[project.urls]
2929
Homepage = "https://github.com/greenbone/python-gvm/"
@@ -32,12 +32,12 @@ Documentation = "https://greenbone.github.io/python-gvm/"
3232

3333
[dependency-groups]
3434
dev = [
35-
"coverage>=7.2",
36-
"sphinx>=5.3.0",
37-
"autohooks-plugin-ruff>=25.2.0",
38-
"autohooks-plugin-mypy>=22.7.0",
35+
"coverage>=7.13.5",
36+
"sphinx>=8.1.3",
37+
"autohooks-plugin-ruff>=25.3.1",
38+
"autohooks-plugin-mypy>=23.10.0",
3939
"pontos>=26.4.0",
40-
"furo>=2022.6.21",
40+
"furo>=2025.12.19",
4141
"lxml-stubs>=0.5.1,<0.6",
4242
"types-paramiko>=3.4.0.20240205,<5.0.0.0",
4343
"git-cliff>=2.8.0,<3",

0 commit comments

Comments
 (0)