Skip to content

Commit

Permalink
fix(deps): update dependency clickhouse-driver to ^0.1 || ^0.2.0 (#3061)
Browse files Browse the repository at this point in the history
* fix(deps): update dependency clickhouse-driver to ^0.1 || ^0.2.0

* chore(setup.py): update

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Oct 17, 2021
1 parent 87be1a5 commit a839d54
Show file tree
Hide file tree
Showing 3 changed files with 57 additions and 45 deletions.
96 changes: 54 additions & 42 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ pytz = "^2021.1"
regex = "^2021.7.6"
cytoolz = "^0.11"
toolz = "^0.11"
clickhouse-driver = { version = "^0.1", optional = true }
clickhouse-driver = { version = "^0.1 || ^0.2.0", optional = true }
clickhouse-sqlalchemy = { version = "^0.1.4", optional = true }
dask = { version = "^2021.2.0", optional = true, extras = [
"array",
Expand Down
4 changes: 2 additions & 2 deletions setup.py

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

0 comments on commit a839d54

Please sign in to comment.