Skip to content

Commit

Permalink
Bump exasol/python-toolbox from 0.3.0 to 0.6.1
Browse files Browse the repository at this point in the history
Bumps [exasol/python-toolbox](https://github.com/exasol/python-toolbox) from 0.3.0 to 0.6.1.
- [Release notes](https://github.com/exasol/python-toolbox/releases)
- [Changelog](https://github.com/exasol/python-toolbox/blob/main/doc/changelog.rst)
- [Commits](exasol/python-toolbox@0.3.0...0.6.1)

---
updated-dependencies:
- dependency-name: exasol/python-toolbox
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent d427569 commit 8ec4084
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1

ci-job:
name: Checks
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1

tests-job:
name: Tests (Python-${{ matrix.python-version }})
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr_merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1

tests-job:
name: Tests (Python-${{ matrix.python-version }})
Expand Down Expand Up @@ -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.1

0 comments on commit 8ec4084

Please sign in to comment.