Skip to content

Commit

Permalink
Merge pull request #967 from Mause/renovate/duckdb-0.x-lockfile
Browse files Browse the repository at this point in the history
fix(deps): update dependency duckdb to v0.10.2
  • Loading branch information
Mause authored Apr 17, 2024
2 parents ebab0cb + a0bb42c commit 589f5ea
Show file tree
Hide file tree
Showing 2 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def group(title: str) -> Generator[None, None, None]:
# TODO: "0.5.1", "0.6.1", "0.7.1", "0.8.1"
# TODO: 3.11, 3.12, 3.13
@nox.session(py=["3.8", "3.9", "3.10"])
@nox.parametrize("duckdb", ["0.9.2", "0.10.1"])
@nox.parametrize("duckdb", ["0.9.2", "0.10.2"])
@nox.parametrize("sqlalchemy", ["1.3", "1.4", "2.0"])
def tests(session: nox.Session, duckdb: str, sqlalchemy: str) -> None:
tests_core(session, duckdb, sqlalchemy)
Expand Down
96 changes: 48 additions & 48 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 589f5ea

Please sign in to comment.