Deps: Bump the python-packages group with 7 updates#1322
Closed
dependabot[bot] wants to merge 1 commit intomainfrom
Closed
Deps: Bump the python-packages group with 7 updates#1322dependabot[bot] wants to merge 1 commit intomainfrom
dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Dependency ReviewThe following issues were found:
Snapshot WarningsEnsure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. License Issuesuv.lock
pyproject.toml
OpenSSF Scorecard
Scanned Files
|
Conventional Commits Report
🚀 Conventional commits found. |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #1322 +/- ##
=======================================
Coverage 98.23% 98.23%
=======================================
Files 90 90
Lines 6245 6245
Branches 1128 1128
=======================================
Hits 6135 6135
Misses 77 77
Partials 33 33 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
bjoernricks
previously approved these changes
Apr 15, 2026
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>
6769524 to
c74b077
Compare
Contributor
Author
|
This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests. To ignore these dependencies, configure ignore rules in dependabot.yml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Updates the requirements on paramiko, lxml, coverage, sphinx, autohooks-plugin-ruff, autohooks-plugin-mypy and furo to permit the latest version.
Updates
paramikoto 4.0.0Commits
aad0370Cut 4.0.0 in changelog76f2406Speling8c4277cFix syntax-warning-throwing unittest method calld3a9617Test existence of root module dunder version9579700Nuke mentions of specific Python 3.x versions from docs etcdbfd52cAdministrivia update: Python>=3.9, pyproject.toml, etcc2ba378Remove outdated version check in GSS module2af0dd7I'm good at my job, honeste534b1aFixes #973: remove DSA/DSS support3523febTweak .gitignore to more safely ignore top level docs/Updates
lxmlto 6.0.4Changelog
Sourced from lxml's changelog.
... (truncated)
Commits
1fd1d6bFix release date.5154859CI: Include all library versions in libs cache key to asssure updated on vers...6a606f3Add "doesn't crash" tests for LP#2148019.f488f16Prepare release of 6.0.4.1255d98LP#2148019: Prevent spurious MemoryError during namespace cleanup.03b0c4aRemove dead type check.a6f833cFix release date.973d059Update changelog.9044a52Build: Downgrade libiconv to 1.18 since 1.19 does not build reliably.a34dfddBuild: Upgrade libiconv to 1.19.Updates
coverageto 7.13.5Changelog
Sourced from coverage's changelog.
... (truncated)
Commits
c88da14docs: sample HTML for 7.13.5e2ac3e1build: sample HTML shouldn't include the status.json file910f8f3docs: prep for 7.13.53a4819cstyle: make workflows more uniform2a53705chore: bump the action-dependencies group across 1 directory with 4 updates (...e7c878dchore: make upgradeab4db40build: use --generate-hashes when pinninga438753chore: make upgrade7b33457refactor: some leftover pyupgrade 3.10 bits2ff968drefactor: this type wasn't used anywhereUpdates
sphinxto 8.1.3Release notes
Sourced from sphinx's releases.
Changelog
Sourced from sphinx's changelog.
... (truncated)
Commits
a1510deBump to 8.1.3 final62e9606Restore support forcut_lines()with no object type (#13015)5ae32ceBump versiona72b47bBump to 8.1.2 final39a45adExposeExtensionErrorinsphinx.utilfor backwards compatibility.5a4859aAdd docs about sphinx-autobuild (#13011)05679efType-check the 'autodoc_intenum' example (#12827)86d1d31Prune CHANGES of unneeded sectionsb6269d3Improve documentation for the Builder API (#13008)c46abc4Improve clarity formaster_docandroot_docUpdates
autohooks-plugin-ruffto 25.3.1Release notes
Sourced from autohooks-plugin-ruff's releases.
Commits
00c89eaAutomatic release to 25.3.16e04389Fixed typo in repo URL378724fAutomatic adjustments after release [skip ci]873ad36Automatic release to 25.3.0dde6294Deps: Bump the python-packages group with 2 updates914c22eDeps: Bump ruff from 0.9.7 to 0.9.9 in the python-packages group1cdd8cfDeps: Bump ruff from 0.9.6 to 0.9.7 in the python-packages group4ff5cdbDeps: Bump the python-packages group with 3 updates0d0aeaaDeps: Bump the python-packages group with 2 updates930d35bAutomatic adjustments after release [skip ci]Updates
autohooks-plugin-mypyto 23.10.0Release notes
Sourced from autohooks-plugin-mypy's releases.
Commits
6b64354Automatic release to 23.10.08de2f7bChange: Update supported Python versions (#69)c9951bcDeps: Bump the python-packages group with 1 update (#68)73ee696Deps: Bump the python-packages group with 4 updates (#67)1d0c887Add: Auto-merge workflow, to enable squash auto-merge in open PRs (#66)b474682Deps: Bump the python-packages group with 1 update (#65)739751bDeps: Bump the github-actions group with 1 update408d437Deps: Bump the python-packages group with 1 updatefef898cChange: Group dependabot updatesd91cbb7Deps: Bump platformdirs from 3.5.3 to 3.10.0Updates
furoto 2025.12.19Release notes
Sourced from furo's releases.
Changelog
Sourced from furo's changelog.
... (truncated)
Commits
dd9e9f9Prepare release: 2025.12.19d43f7e9Update changelogd27cab5Bump the supported Sphinx version range12f288eBack to development7c5f8faPrepare release: 2025.09.258bfdc54Update changelogd92b62fSwitch the dark mode theme back tonative83c3446Add Blender to "used by" section (#898)426ea05Remove old scrollbar selectors (#892)d22d31cRemove trailing slash on void elements (#895)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditions