From 637bc5d7b7673c1e8216797ad91afba9f42e568e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 12:07:00 +0000 Subject: [PATCH] Bump exasol/python-toolbox from 1.6.0 to 1.10.0 Bumps [exasol/python-toolbox](https://github.com/exasol/python-toolbox) from 1.6.0 to 1.10.0. - [Release notes](https://github.com/exasol/python-toolbox/releases) - [Commits](https://github.com/exasol/python-toolbox/compare/1.6.0...1.10.0) --- updated-dependencies: - dependency-name: exasol/python-toolbox dependency-version: 1.10.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..d315f99f 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.13.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..1b64f120 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.13.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..5d213610 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.13.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.13.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.13.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.13.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.13.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.13.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.13.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.13.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 233cf2b1..07ebd959 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.13.0 - name: Build Documentation run: | diff --git a/.github/workflows/matrix-python.yml b/.github/workflows/matrix-python.yml index cfc0c272..911b087c 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.13.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..b7b67354 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.13.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..e4ef8007 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.13.0 with: python-version: ${{ matrix.python-version }}