From 1c2935ef6d25f6824cc565219577116b7d766a0f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Feb 2024 12:43:13 +0000 Subject: [PATCH] Bump exasol/python-toolbox from 0.3.0 to 0.8.0 Bumps [exasol/python-toolbox](https://github.com/exasol/python-toolbox) from 0.3.0 to 0.8.0. - [Release notes](https://github.com/exasol/python-toolbox/releases) - [Changelog](https://github.com/exasol/python-toolbox/blob/main/doc/changelog.rst) - [Commits](https://github.com/exasol/python-toolbox/compare/0.3.0...0.8.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/ci-cd.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/pr_merge.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 42e54f10..e1fad5a6 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -9,7 +9,7 @@ jobs: check-tag-version-job: name: Check Release Tag - uses: exasol/python-toolbox/.github/workflows/check-release-tag.yml@0.3.0 + uses: exasol/python-toolbox/.github/workflows/check-release-tag.yml@0.8.0 ci-job: name: Checks diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c1ad602..119ef67f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: ci-job: name: Checks - uses: exasol/python-toolbox/.github/workflows/checks.yml@0.3.0 + uses: exasol/python-toolbox/.github/workflows/checks.yml@0.8.0 tests-job: name: Tests (Python-${{ matrix.python-version }}) diff --git a/.github/workflows/pr_merge.yml b/.github/workflows/pr_merge.yml index 5c46ec80..89e1cb1b 100644 --- a/.github/workflows/pr_merge.yml +++ b/.github/workflows/pr_merge.yml @@ -10,7 +10,7 @@ jobs: ci-job: name: Checks - uses: exasol/python-toolbox/.github/workflows/checks.yml@0.3.0 + uses: exasol/python-toolbox/.github/workflows/checks.yml@0.8.0 tests-job: name: Tests (Python-${{ matrix.python-version }}) @@ -45,4 +45,4 @@ jobs: publish-docs: name: Publish Documentation - uses: exasol/python-toolbox/.github/workflows/gh-pages.yml@0.3.0 + uses: exasol/python-toolbox/.github/workflows/gh-pages.yml@0.8.0