radiorabe / suisa_sendemeldung

ACRCloud client for SUISA reporting @ RaBe.
https://radiorabe.github.io/suisa_sendemeldung/
MIT License
1 stars 2 forks source link

chore: Bump iso3901 from 0.3.2 to 0.3.3 #591

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps iso3901 from 0.3.2 to 0.3.3.

Release notes

Sourced from iso3901's releases.

v0.3.3 (2024-10-15)

Minor Changes

  • Declares compatibility with python 3.13

Special Notes

This release includes PEP 740 attestation files (For those uninformed, think of them as GPG file signatures). Download both the main archive and accompanied attestation file, and verify its origin with following:

python -m pypi_attestations verify --identity 'https://github.com/Tagger-phile/py-iso3901/.github/workflows/publish.yml@refs/heads/main' iso3901-0.3.3-py3-none-any.whl

But this is still not convenient, and there is no integration of PEP 740 to existing dev workflows. Therefore next release will use GitHub integrated attestation workflow.

Commits
  • 16a8e0c chore(release): bump version to 0.3.3
  • 34eb068 ci: Only trigger CodeQL scan upon source or config push
  • 8fdb525 ci: Python 3.7 not available for latest ubuntu / macos runners
  • aad5e90 ci: Use latest stable github runners
  • 03684db chore: Bump type checker versions in tox env
  • 440995d test: Verify compatibility with python 3.13
  • b4623b4 ci: Enable release artifact attestation
  • c573231 ci: Auto-formatting PRs become signed
  • 0a9f258 style: Enable preview rule in ruff format
  • 3ae33a6 Merge pull request #32 from Tagger-phile/dependabot/github_actions/python-sem...
  • Additional commits viewable in compare view


Dependabot compatibility score

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 this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)