Skip to content

Bump exasol/python-toolbox from 8 to 9#902

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/exasol/python-toolbox-9
Open

Bump exasol/python-toolbox from 8 to 9#902
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/exasol/python-toolbox-9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 29, 2026

Copy link
Copy Markdown
Contributor

Bumps exasol/python-toolbox from 8 to 9.

Release notes

Sourced from exasol/python-toolbox's releases.

9.0.0 - 2026-06-16

Summary

This major version introduces matrix.yml whose results are generated by the nox session matrix:generate.

Projects can extend BaseConfig with additional matrix values when they need to expose more entries to the workflows.

class Config(BaseConfig):
    extra_matrix_value: str = "extra"
@computed_field  # type: ignore[misc]
@property
def computed_matrix_value(self) -> str:
    # This can be requested when generating the matrix. If it is a simple string value,
    # like is shown here, then the code will automatically wrap it in an array.
    return f"{self.project_name}-computed"

The corresponding nox sessions (matrix:all, matrix:exasol, and matrix:python) will remain available until September 15, 2026, to provide a transition period for existing projects.

At the same time, the workflows matrix-all.yml, matrix-exasol.yml, and matrix-python.yml are deprecated and are no longer maintained by the exasol-toolbox. You can still use these workflows in your project until you transition fully to using matrix.yml.

Feature

  • #730: Added support to extend GitHub workflow cd.yml
  • #864: Modified PTB workflow templates to not persist credentials and to use pinned SHAs
  • #654: Added and used general matrix matrix.yml for PTB-provided workflows

Refactoring

  • #682: Modified PTB exasol_versions to an empty list

Dependency Updates

main

  • Added dependency zizmor:1.25.2

8.2.0 - 2026-06-10

Summary

This minor release adds manual triggering for periodic-validation.yml and makes the Sonar secret name used by report.yml configurable via BaseConfig.

... (truncated)

Commits
  • fcb06e9 Prepare release 9.0.0 (#869)
  • b4412a5 Modify noxconfig to actual exasol_versions state and update documentation (#868)
  • 68c694d Feature/654 add and use general matrix (#860)
  • c945860 Feature/864 fix linting part 1 persistent credentials and GitHub action shas ...
  • 80db500 Allow extending GitHub workflow cd.yml (#862)
  • See full diff 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 show <dependency name> 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)

Bumps [exasol/python-toolbox](https://github.com/exasol/python-toolbox) from 8 to 9.
- [Release notes](https://github.com/exasol/python-toolbox/releases)
- [Commits](v8...v9)

---
updated-dependencies:
- dependency-name: exasol/python-toolbox
  dependency-version: '9'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Change in dependencies github_actions Pull requests that update GitHub Actions code labels Jun 29, 2026
@dependabot dependabot Bot requested a deployment to manual-approval June 29, 2026 06:52 Waiting
@dependabot dependabot Bot requested a deployment to manual-approval June 29, 2026 06:52 Waiting
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Change in dependencies github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants