greenbone / python-gvm

Greenbone Vulnerability Management Python Library
https://greenbone.github.io/python-gvm/
GNU General Public License v3.0
106 stars 60 forks source link

Deps: Bump the python-packages group with 2 updates #1120

Closed dependabot[bot] closed 7 months ago

dependabot[bot] commented 7 months ago

Bumps the python-packages group with 2 updates: pontos and ruff.

Updates pontos from 24.1.2 to 24.2.1

Release notes

Sourced from pontos's releases.

pontos 24.2.1

24.2.1 - 2024-02-06

Added

  • Revert local changes if creating a GitHub release fails 2ee191e
  • Extend Git class for deleting tags, reset and pushing refspecs f03cb9a
  • Improve documentation of pontos.github.actions 86bea78

Removed

  • Replace --space and --project with --repository argument 85ad900

Changed

  • Update release workflow for required --repository argument f2db12b

pontos 24.2.0

24.2.0 - 2024-02-05

Added

  • Add shell completion for all pontos CLI e105f3f
  • Add shtab for shell completion 511f1db
  • Add --repository argument for release create and sign CLI 2ed58cb
  • Add a function to split a repository string into owner name tuple f01709f
  • Script for checking the presence of branch protection 1544ce6

Removed

Changed

  • Consolidate CLI parsing a75b5f1
  • Convert ReleaseType and OutoutFormat into StrEnum's e2b67e6
  • Move StrEnum to pontos.enum and add functions for argparse 9498433
  • Use auto for release sign return value enum d5befa4
  • Allow to enable/disable branch protection in create repo github script 88dacbf
  • Cleanup create-repository github script c483e14
  • Merge coverage config into pyproject.toml cdbadde
  • Ignore ruff's cache from git 90b6f0e
  • Add URL to environment for PyPI deployment workflow 16be9c3

Dependencies

  • Bump the python-packages group with 8 updates 2181f51
  • Bump the python-packages group with 4 updates 39591ca
  • Bump the python-packages group with 4 updates cfa701c
Commits
  • bb0bf42 Automatic release to 24.2.1
  • f2db12b Change: Update release workflow for required --repository argument
  • 2ee191e Add: Revert local changes if creating a GitHub release fails
  • 85ad900 Remove: Replace --space and --project with --repository argument
  • f03cb9a Add: Extend Git class for deleting tags, reset and pushing refspecs
  • 86bea78 Add: Improve documentation of pontos.github.actions
  • a182dd1 Automatic adjustments after release
  • 80bdcf6 Automatic release to 24.2.0
  • a75b5f1 Change: Consolidate CLI parsing
  • e105f3f Add: Add shell completion for all pontos CLI
  • Additional commits viewable in compare view


Updates ruff from 0.2.0 to 0.2.1

Release notes

Sourced from ruff's releases.

v0.2.1

Changes

This release includes support for range formatting (i.e., the ability to format specific lines within a source file).

Preview features

  • [refurb] Implement missing-f-string-syntax (RUF027) (#9728)
  • Format module-level docstrings (#9725)

Formatter

  • Add --range option to ruff format (#9733)
  • Don't trim last empty line in docstrings (#9813)

Bug fixes

  • Skip empty lines when determining base indentation (#9795)
  • Drop __get__ and __set__ from unnecessary-dunder-call (#9791)
  • Respect generic Protocol in ellipsis removal (#9841)
  • Revert "Use publicly available Apple Silicon runners (#9726)" (#9834)

Performance

  • Skip LibCST parsing for standard dedent adjustments (#9769)
  • Remove CST-based fixer for C408 (#9822)
  • Add our own ignored-names abstractions (#9802)
  • Remove CST-based fixers for C400, C401, C410, and C418 (#9819)
  • Use AhoCorasick to speed up quote match (#9773)
  • Remove CST-based fixers for C405 and C409 (#9821)
  • Add fast-path for comment detection (#9808)
  • Invert order of checks in zero-sleep-call (#9766)
  • Short-circuit typing matches based on imports (#9800)
  • Run dunder method rule on methods directly (#9815)
  • Track top-level module imports in the semantic model (#9775)
  • Slight speed-up for lowercase and uppercase identifier checks (#9798)
  • Remove LibCST-based fixer for C403 (#9818)

Documentation

  • Update max-pos-args example to max-positional-args (#9797)
  • Fixed example code in weak_cryptographic_key.rs (#9774)
  • Fix references to deprecated ANN rules in changelog (#9771)
  • Fix default for max-positional-args (#9838)

Contributors

... (truncated)

Changelog

Sourced from ruff's changelog.

0.2.1

This release includes support for range formatting (i.e., the ability to format specific lines within a source file).

Preview features

  • [refurb] Implement missing-f-string-syntax (RUF027) (#9728)
  • Format module-level docstrings (#9725)

Formatter

  • Add --range option to ruff format (#9733)
  • Don't trim last empty line in docstrings (#9813)

Bug fixes

  • Skip empty lines when determining base indentation (#9795)
  • Drop __get__ and __set__ from unnecessary-dunder-call (#9791)
  • Respect generic Protocol in ellipsis removal (#9841)
  • Revert "Use publicly available Apple Silicon runners (#9726)" (#9834)

Performance

  • Skip LibCST parsing for standard dedent adjustments (#9769)
  • Remove CST-based fixer for C408 (#9822)
  • Add our own ignored-names abstractions (#9802)
  • Remove CST-based fixers for C400, C401, C410, and C418 (#9819)
  • Use AhoCorasick to speed up quote match (#9773)
  • Remove CST-based fixers for C405 and C409 (#9821)
  • Add fast-path for comment detection (#9808)
  • Invert order of checks in zero-sleep-call (#9766)
  • Short-circuit typing matches based on imports (#9800)
  • Run dunder method rule on methods directly (#9815)
  • Track top-level module imports in the semantic model (#9775)
  • Slight speed-up for lowercase and uppercase identifier checks (#9798)
  • Remove LibCST-based fixer for C403 (#9818)

Documentation

  • Update max-pos-args example to max-positional-args (#9797)
  • Fixed example code in weak_cryptographic_key.rs (#9774)
  • Fix references to deprecated ANN rules in changelog (#9771)
  • Fix default for max-positional-args (#9838)
Commits


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 ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore 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 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 ` 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 ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
github-actions[bot] commented 7 months ago

Conventional Commits Report

Type Number
Dependencies 1

:rocket: Conventional commits found.