From 35f4976b1adc3afc3cd4e0ae5f26537c328aeabd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 12:59:55 +0000 Subject: [PATCH] Bump exasol/python-toolbox from 0.18.0 to 0.19.0 Bumps [exasol/python-toolbox](https://github.com/exasol/python-toolbox) from 0.18.0 to 0.19.0. - [Release notes](https://github.com/exasol/python-toolbox/releases) - [Commits](https://github.com/exasol/python-toolbox/compare/0.18.0...0.19.0) --- updated-dependencies: - dependency-name: exasol/python-toolbox 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 | 12 ++++++------ .github/workflows/gh-pages.yml | 2 +- .github/workflows/merge-gate.yml | 2 +- .github/workflows/report.yml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/build-and-publish.yml b/.github/workflows/build-and-publish.yml index 4ba1b65..f25d7f3 100644 --- a/.github/workflows/build-and-publish.yml +++ b/.github/workflows/build-and-publish.yml @@ -17,7 +17,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 - name: Build Artifacts run: poetry build diff --git a/.github/workflows/check-release-tag.yml b/.github/workflows/check-release-tag.yml index 5415fd0..a89193b 100644 --- a/.github/workflows/check-release-tag.yml +++ b/.github/workflows/check-release-tag.yml @@ -14,7 +14,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.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 9c7b5dd..cb31d80 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 - name: Check Version(s) run: | @@ -35,7 +35,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 - name: Build Documentation run: | @@ -55,7 +55,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 with: python-version: ${{ matrix.python-version }} @@ -83,7 +83,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 with: python-version: ${{ matrix.python-version }} @@ -104,7 +104,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 with: python-version: ${{ matrix.python-version }} @@ -135,7 +135,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index dfdac63..c3b45fe 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -16,7 +16,7 @@ jobs: fetch-depth: 0 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 - name: Build Documentation run: | diff --git a/.github/workflows/merge-gate.yml b/.github/workflows/merge-gate.yml index ddda4de..3bf09ec 100644 --- a/.github/workflows/merge-gate.yml +++ b/.github/workflows/merge-gate.yml @@ -21,7 +21,7 @@ jobs: uses: actions/checkout@v4 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/report.yml b/.github/workflows/report.yml index bb74336..b4e9312 100644 --- a/.github/workflows/report.yml +++ b/.github/workflows/report.yml @@ -20,7 +20,7 @@ jobs: fetch-depth: 0 - name: Setup Python & Poetry Environment - uses: exasol/python-toolbox/.github/actions/python-environment@0.18.0 + uses: exasol/python-toolbox/.github/actions/python-environment@0.19.0 - name: Download Artifacts uses: actions/download-artifact@v4.1.8