From f3608cf4b430fc51d39b5ac59e40d45836b61322 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Nov 2023 13:00:53 +0000 Subject: [PATCH] Bump exasol/python-toolbox from 0.3.0 to 0.6.2 Bumps [exasol/python-toolbox](https://github.com/exasol/python-toolbox) from 0.3.0 to 0.6.2. - [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.6.2) --- 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..202e7ce8 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.6.2 ci-job: name: Checks diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6c1ad602..e49fa6da 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.6.2 tests-job: name: Tests (Python-${{ matrix.python-version }}) diff --git a/.github/workflows/pr_merge.yml b/.github/workflows/pr_merge.yml index 5c46ec80..9fa7fe61 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.6.2 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.6.2