From 4853f7385d5ceb30521590e38546174528974b73 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 12:23:09 +0000 Subject: [PATCH] Bump exasol/python-toolbox from 1.6.0 to 1.9.0 Bumps [exasol/python-toolbox](https://github.com/exasol/python-toolbox) from 1.6.0 to 1.9.0. - [Release notes](https://github.com/exasol/python-toolbox/releases) - [Commits](https://github.com/exasol/python-toolbox/compare/1.6.0...1.9.0) --- updated-dependencies: - dependency-name: exasol/python-toolbox dependency-version: 1.9.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build-and-publish.yml | 2 +- .github/workflows/check-release-tag.yml | 2 +- .github/workflows/checks.yml | 16 ++++++++-------- .github/workflows/gh-pages.yml | 2 +- .github/workflows/matrix-python.yml | 2 +- .github/workflows/report.yml | 2 +- .github/workflows/slow-checks.yml | 2 +- 7 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index e4b5f2a0..d2814440 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.9.0 - name: Build Artifacts run: poetry build diff --git a/.github/workflows/check-release-tag.yml b/.github/workflows/check-release-tag.yml index a3d0350a..0d513345 100644 --- a/.github/workflows/check-release-tag.yml +++ b/.github/workflows/check-release-tag.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.9.0 - name: Check Tag Version # make sure the pushed/created tag matched the project version diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 36d52e53..3c563d7c 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.9.0 - name: Check Version(s) run: poetry run -- nox -s version:check @@ -32,7 +32,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.9.0 - name: Build Documentation run: | @@ -59,7 +59,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.9.0 - name: Run changelog update check run: poetry run -- nox -s changelog:updated @@ -78,7 +78,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.9.0 with: python-version: ${{ matrix.python-version }} @@ -109,7 +109,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.9.0 with: python-version: ${{ matrix.python-version }} @@ -131,7 +131,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.9.0 with: python-version: ${{ matrix.python-version }} @@ -155,7 +155,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.9.0 - name: Run format check run: poetry run -- nox -s project:format @@ -177,7 +177,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.9.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 233cf2b1..374f6c76 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.9.0 - name: Build Documentation run: | diff --git a/.github/workflows/matrix-python.yml b/.github/workflows/matrix-python.yml index cfc0c272..a6dff1de 100644 --- a/.github/workflows/matrix-python.yml +++ b/.github/workflows/matrix-python.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.9.0 - name: Generate matrix run: poetry run -- nox -s matrix:python diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index 1dbc3222..3c6ba186 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.9.0 - name: Download Artifacts uses: actions/download-artifact@v4.2.1 diff --git a/.github/workflows/slow-checks.yml b/.github/workflows/slow-checks.yml index a8d09828..816f21e9 100644 --- a/.github/workflows/slow-checks.yml +++ b/.github/workflows/slow-checks.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@1.6.0 + uses: exasol/python-toolbox/.github/actions/python-environment@1.9.0 with: python-version: ${{ matrix.python-version }}