Skip to content

Commit

Permalink
chore(deps-dev): bump duckdb-engine from 0.9.3 to 0.9.4 (#2100)
Browse files Browse the repository at this point in the history
* chore(deps-dev): bump duckdb-engine from 0.9.3 to 0.9.4

Bumps [duckdb-engine](https://github.com/Mause/duckdb_engine) from 0.9.3 to 0.9.4.
- [Release notes](https://github.com/Mause/duckdb_engine/releases)
- [Changelog](https://github.com/Mause/duckdb_engine/blob/main/CHANGELOG.md)
- [Commits](Mause/duckdb_engine@v0.9.3...v0.9.4)

---
updated-dependencies:
- dependency-name: duckdb-engine
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* duck-db engine now inspects database names

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Edgar Ramírez Mondragón <edgar@meltano.com>
  • Loading branch information
dependabot[bot] and edgarrmondragon authored Dec 11, 2023
1 parent 1694f1a commit 8e95043
Show file tree
Hide file tree
Showing 4 changed files with 77 additions and 76 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ repos:
)$
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.27.2
rev: 0.27.3
hooks:
- id: check-dependabot
- id: check-github-workflows
- id: check-readthedocs

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.6
rev: v0.1.7
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix, --show-fixes]
Expand Down
Loading

0 comments on commit 8e95043

Please # to comment.