Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 4, 2025

Bumps the python-packages group with 5 updates:

Package From To
pontos 25.6.0 25.7.2
coverage 7.10.1 7.10.2
certifi 2025.7.14 2025.8.3
paramiko 3.5.1 4.0.0
ruff 0.12.5 0.12.7

Updates pontos from 25.6.0 to 25.7.2

Release notes

Sourced from pontos's releases.

pontos 25.7.2

25.7.2 - 2025-07-30

Bug Fixes

  • Invalid CVE configurations data for node schema a6287f1e

pontos 25.7.1

25.7.1 - 2025-07-29

Dependencies

  • Bump the python-packages group across 1 directory with 4 updates 175a6401
  • Bump starlette from 0.47.1 to 0.47.2 073c944b

pontos 25.7.0

25.7.0 - 2025-07-28

Bug Fixes

  • format_date timespec and fallback timezone 12da523c

Dependencies

  • Bump the python-packages group across 1 directory with 10 updates 35505503
Commits
  • a9c266d Automatic release to 25.7.2
  • a6287f1 Fix: Invalid CVE configurations data for node schema
  • a53d2e9 Automatic adjustments after release [skip ci]
  • 4347052 Automatic release to 25.7.1
  • 175a640 Deps: Bump the python-packages group across 1 directory with 4 updates
  • 073c944 Deps: Bump starlette from 0.47.1 to 0.47.2
  • 811895e Automatic adjustments after release [skip ci]
  • 6a052af Automatic release to 25.7.0
  • d970b37 Future proof by capturing *args
  • c32c95d Additonal format_date tests
  • Additional commits viewable in compare view

Updates coverage from 7.10.1 to 7.10.2

Changelog

Sourced from coverage's changelog.

Version 7.10.2 β€” 2025-08-03

  • Fix: some code with NOP bytecodes could report missing branches that are actually executed. This is now fixed, closing issue 1999_. Python 3.9 still shows the problem.

.. _issue 1999: nedbat/coveragepy#1999

.. _changes_7-10-1:

Commits
  • a867852 docs: sample HTML for 7.10.2
  • e7bfabe docs: prep for 7.10.2
  • 5dbd736 test: this test often borks metacov, retry it
  • b7430fa debug: more convenient run_trace.py
  • e2039d0 refactor: less redundancy in branch_trails
  • c177731 fix: see through nop bytecodes to get the right arcs. #1999
  • 7a83ab0 test: don't try to make pth files when invoked from pth #2011
  • 6d8b091 refactor: remove a commented-out line
  • fc507ad test: add a case for an extension-less Python file parse error
  • 05a6e8d test: no need for skip, we already skip windows
  • Additional commits viewable in compare view

Updates certifi from 2025.7.14 to 2025.8.3

Commits

Updates paramiko from 3.5.1 to 4.0.0

Commits
  • aad0370 Cut 4.0.0 in changelog
  • 76f2406 Speling
  • 8c4277c Fix syntax-warning-throwing unittest method call
  • d3a9617 Test existence of root module dunder version
  • 9579700 Nuke mentions of specific Python 3.x versions from docs etc
  • dbfd52c Administrivia update: Python>=3.9, pyproject.toml, etc
  • c2ba378 Remove outdated version check in GSS module
  • 2af0dd7 I'm good at my job, honest
  • e534b1a Fixes #973: remove DSA/DSS support
  • 3523feb Tweak .gitignore to more safely ignore top level docs/
  • See full diff in compare view

Updates ruff from 0.12.5 to 0.12.7

Release notes

Sourced from ruff's releases.

0.12.7

Release Notes

This is a follow-up release to 0.12.6. Because of an issue in the package metadata, 0.12.6 failed to publish fully to PyPI and has been yanked. Similarly, there is no GitHub release or Git tag for 0.12.6. The contents of the 0.12.7 release are identical to 0.12.6, except for the updated metadata.

0.12.6 Release Notes

Preview features

  • [flake8-commas] Add support for trailing comma checks in type parameter lists (COM812, COM819) (#19390)
  • [pylint] Implement auto-fix for missing-maxsplit-arg (PLC0207) (#19387)
  • [ruff] Offer fixes for RUF039 in more cases (#19065)

Bug fixes

  • Support .pyi files in ruff analyze graph (#19611)
  • [flake8-pyi] Preserve inline comment in ellipsis removal (PYI013) (#19399)
  • [perflint] Ignore rule if target is global or nonlocal (PERF401) (#19539)
  • [pyupgrade] Fix UP030 to avoid modifying double curly braces in format strings (#19378)
  • [refurb] Ignore decorated functions for FURB118 (#19339)
  • [refurb] Mark int and bool cases for Decimal.from_float as safe fixes (FURB164) (#19468)
  • [ruff] Fix RUF033 for named default expressions (#19115)

Rule changes

  • [flake8-blind-except] Change BLE001 to permit logging.critical(..., exc_info=True) (#19520)

Performance

  • Add support for specifying minimum dots in detected string imports (#19538)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.12.7

This is a follow-up release to 0.12.6. Because of an issue in the package metadata, 0.12.6 failed to publish fully to PyPI and has been yanked. Similarly, there is no GitHub release or Git tag for 0.12.6. The contents of the 0.12.7 release are identical to 0.12.6, except for the updated metadata.

0.12.6

Preview features

  • [flake8-commas] Add support for trailing comma checks in type parameter lists (COM812, COM819) (#19390)
  • [pylint] Implement auto-fix for missing-maxsplit-arg (PLC0207) (#19387)
  • [ruff] Offer fixes for RUF039 in more cases (#19065)

Bug fixes

  • Support .pyi files in ruff analyze graph (#19611)
  • [flake8-pyi] Preserve inline comment in ellipsis removal (PYI013) (#19399)
  • [perflint] Ignore rule if target is global or nonlocal (PERF401) (#19539)
  • [pyupgrade] Fix UP030 to avoid modifying double curly braces in format strings (#19378)
  • [refurb] Ignore decorated functions for FURB118 (#19339)
  • [refurb] Mark int and bool cases for Decimal.from_float as safe fixes (FURB164) (#19468)
  • [ruff] Fix RUF033 for named default expressions (#19115)

Rule changes

  • [flake8-blind-except] Change BLE001 to permit logging.critical(..., exc_info=True) (#19520)

Performance

  • Add support for specifying minimum dots in detected string imports (#19538)
Commits
  • c5ac998 Bump 0.12.7 (#19627)
  • 04a8f64 Revert license and license-files changes in pyproject.toml (#19624)
  • 6e00adf Bump 0.12.6 (#19622)
  • 864196b Add Checker::context method, deduplicate Unicode checks (#19609)
  • ae26fa0 [flake8-pyi] Preserve inline comment in ellipsis removal (PYI013) (#19399)
  • 88a6799 [ty] Add flow diagram for import resolution
  • 941be52 [ty] Add comments to some core resolver functions
  • 13624ce [ty] Add missing ticks and use consistent quoting
  • edb2f8e [ty] Reflow some long lines
  • 5e6ad84 [ty] Unexport helper function
  • Additional commits viewable in compare view

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 rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will 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 version will 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

Bumps the python-packages group with 5 updates:

| Package | From | To |
| --- | --- | --- |
| [pontos](https://github.com/greenbone/pontos) | `25.6.0` | `25.7.2` |
| [coverage](https://github.com/nedbat/coveragepy) | `7.10.1` | `7.10.2` |
| [certifi](https://github.com/certifi/python-certifi) | `2025.7.14` | `2025.8.3` |
| [paramiko](https://github.com/paramiko/paramiko) | `3.5.1` | `4.0.0` |
| [ruff](https://github.com/astral-sh/ruff) | `0.12.5` | `0.12.7` |


Updates `pontos` from 25.6.0 to 25.7.2
- [Release notes](https://github.com/greenbone/pontos/releases)
- [Commits](greenbone/pontos@v25.6.0...v25.7.2)

Updates `coverage` from 7.10.1 to 7.10.2
- [Release notes](https://github.com/nedbat/coveragepy/releases)
- [Changelog](https://github.com/nedbat/coveragepy/blob/master/CHANGES.rst)
- [Commits](nedbat/coveragepy@7.10.1...7.10.2)

Updates `certifi` from 2025.7.14 to 2025.8.3
- [Commits](certifi/python-certifi@2025.07.14...2025.08.03)

Updates `paramiko` from 3.5.1 to 4.0.0
- [Commits](paramiko/paramiko@3.5.1...4.0.0)

Updates `ruff` from 0.12.5 to 0.12.7
- [Release notes](https://github.com/astral-sh/ruff/releases)
- [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md)
- [Commits](astral-sh/ruff@0.12.5...0.12.7)

---
updated-dependencies:
- dependency-name: pontos
  dependency-version: 25.7.2
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: coverage
  dependency-version: 7.10.2
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: python-packages
- dependency-name: certifi
  dependency-version: 2025.8.3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: python-packages
- dependency-name: paramiko
  dependency-version: 4.0.0
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: python-packages
- dependency-name: ruff
  dependency-version: 0.12.7
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: python-packages
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 4, 2025
@dependabot dependabot bot requested a review from a team as a code owner August 4, 2025 06:37
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Aug 4, 2025
@greenbonebot greenbonebot enabled auto-merge (rebase) August 4, 2025 06:37
@github-actions
Copy link

github-actions bot commented Aug 4, 2025

Dependency Review

βœ… No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Snapshot Warnings

⚠️: No snapshots were found for the head SHA 20ca3f4.
Ensure that dependencies are being submitted on PR branches and consider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice.

OpenSSF Scorecard

PackageVersionScoreDetails
pip/certifi 2025.8.3 🟒 6.3
Details
CheckScoreReason
Maintained🟒 63 commit(s) and 5 issue activity found in the last 90 days -- score normalized to 6
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Binary-Artifacts🟒 10no binaries found in the repo
Code-Review⚠️ 2Found 1/4 approved changesets -- score normalized to 2
Security-Policy🟒 10security policy file detected
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Token-Permissions🟒 10GitHub workflow tokens follow principle of least privilege
Pinned-Dependencies🟒 5dependency not pinned by hash detected -- score normalized to 5
Vulnerabilities🟒 100 existing vulnerabilities detected
Fuzzing⚠️ 0project is not fuzzed
License🟒 9license file detected
Signed-Releases⚠️ -1no releases found
Packaging🟒 10packaging workflow detected
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
pip/coverage 7.10.2 🟒 8.5
Details
CheckScoreReason
Maintained🟒 1030 commit(s) and 24 issue activity found in the last 90 days -- score normalized to 10
Code-Review⚠️ 0Found 1/29 approved changesets -- score normalized to 0
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Security-Policy🟒 10security policy file detected
Token-Permissions🟒 10GitHub workflow tokens follow principle of least privilege
Binary-Artifacts🟒 10no binaries found in the repo
CII-Best-Practices🟒 5badge detected: Passing
License🟒 10license file detected
Vulnerabilities🟒 100 existing vulnerabilities detected
Fuzzing🟒 10project is fuzzed
Pinned-Dependencies🟒 5dependency not pinned by hash detected -- score normalized to 5
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Signed-Releases⚠️ -1no releases found
Packaging🟒 10packaging workflow detected
SAST🟒 10SAST tool is run on all commits
pip/invoke 2.2.0 🟒 4.4
Details
CheckScoreReason
Dangerous-Workflow⚠️ -1no workflows found
Code-Review⚠️ 0Found 2/25 approved changesets -- score normalized to 0
Maintained🟒 54 commit(s) and 3 issue activity found in the last 90 days -- score normalized to 5
Packaging⚠️ -1packaging workflow not detected
Binary-Artifacts🟒 10no binaries found in the repo
Security-Policy🟒 10security policy file detected
Token-Permissions⚠️ -1No tokens found
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Pinned-Dependencies⚠️ -1no dependencies found
Fuzzing⚠️ 0project is not fuzzed
License🟒 10license file detected
Signed-Releases⚠️ -1no releases found
Branch-Protection⚠️ 0branch protection not enabled on development/release branches
Vulnerabilities🟒 91 existing vulnerabilities detected
SAST⚠️ 0SAST tool is not run on all commits -- score normalized to 0
pip/paramiko 4.0.0 🟒 5.3
Details
CheckScoreReason
Packaging⚠️ -1packaging workflow not detected
Token-Permissions⚠️ -1No tokens found
Security-Policy🟒 10security policy file detected
Maintained🟒 33 commit(s) and 1 issue activity found in the last 90 days -- score normalized to 3
Code-Review⚠️ 0Found 0/30 approved changesets -- score normalized to 0
Dangerous-Workflow⚠️ -1no workflows found
SAST⚠️ 0no SAST tool detected
Binary-Artifacts🟒 10no binaries found in the repo
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Fuzzing🟒 10project is fuzzed
Signed-Releases⚠️ -1no releases found
License🟒 10license file detected
Branch-Protection⚠️ -1internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration
Pinned-Dependencies⚠️ 0dependency not pinned by hash detected -- score normalized to 0
Vulnerabilities🟒 91 existing vulnerabilities detected
pip/pontos 25.7.2 🟒 7.3
Details
CheckScoreReason
Code-Review⚠️ 2Found 3/13 approved changesets -- score normalized to 2
Maintained🟒 1027 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 10
Dependency-Update-Tool🟒 10update tool detected
Dangerous-Workflow🟒 10no dangerous workflow patterns detected
Binary-Artifacts🟒 10no binaries found in the repo
Token-Permissions⚠️ 0detected GitHub workflow tokens with excessive permissions
Pinned-Dependencies🟒 3dependency not pinned by hash detected -- score normalized to 3
CII-Best-Practices⚠️ 0no effort to earn an OpenSSF best practices badge detected
Vulnerabilities🟒 100 existing vulnerabilities detected
SAST🟒 10SAST tool is run on all commits
License🟒 10license file detected
Fuzzing⚠️ 0project is not fuzzed
Branch-Protection🟒 8branch protection is not maximal on development and all release branches
Signed-Releases🟒 85 out of the last 5 releases have a total of 5 signed artifacts.
Packaging🟒 10packaging workflow detected
Security-Policy🟒 10security policy file detected
CI-Tests🟒 1014 out of 14 merged PRs checked by a CI test -- score normalized to 10
Contributors🟒 6project has 2 contributing companies or organizations -- score normalized to 6
pip/ruff 0.12.7 UnknownUnknown

Scanned Files

  • poetry.lock

@github-actions
Copy link

github-actions bot commented Aug 4, 2025

Conventional Commits Report

Type Number
Dependencies 1

πŸš€ Conventional commits found.

@greenbonebot greenbonebot merged commit 8fdc41a into main Aug 4, 2025
25 of 26 checks passed
@greenbonebot greenbonebot deleted the dependabot/pip/python-packages-ba9e7734e7 branch August 4, 2025 06:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file python Pull requests that update Python code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants