Skip to content

Commit

Permalink
chore(deps): bump nixpkgs, uv2nix and regen lockfiles (#10728)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpcloud authored Jan 26, 2025
1 parent 591f5e9 commit 48f2823
Show file tree
Hide file tree
Showing 4 changed files with 74 additions and 65 deletions.
11 changes: 10 additions & 1 deletion .github/labeler.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# backends
athena:
- changed-files:
- any-glob-to-any-file: "ibis/backends/athena/**"
- any-glob-to-any-file: "ibis/backends/sql/compilers/athena/**"

bigquery:
- changed-files:
- any-glob-to-any-file: "ibis/backends/bigquery/**"
Expand All @@ -9,6 +13,11 @@ clickhouse:
- any-glob-to-any-file: "ibis/backends/clickhouse/**"
- any-glob-to-any-file: "ibis/backends/sql/compilers/clickhouse/**"

databricks:
- changed-files:
- any-glob-to-any-file: "ibis/backends/databricks/**"
- any-glob-to-any-file: "ibis/backends/sql/compilers/databricks/**"

datafusion:
- changed-files:
- any-glob-to-any-file: "ibis/backends/datafusion/**"
Expand Down
12 changes: 6 additions & 6 deletions flake.lock

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

6 changes: 3 additions & 3 deletions requirements-dev.txt

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

Loading

0 comments on commit 48f2823

Please sign in to comment.