Skip to content

Commit

Permalink
Fix vulnerable version of black in test
Browse files Browse the repository at this point in the history
  • Loading branch information
maresb committed Sep 6, 2024
1 parent 9611d11 commit 69d809b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test-poetry-ibis/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ rich = ">=12.4.4,<14"
sqlglot = ">=10.4.3,<12"
toolz = ">=0.11,<1"
typing-extensions = ">=4.3.0,<5"
black = { version = ">=22.1.0,<24", optional = true }
black = { version = ">=24.3.0,<25", optional = true }
clickhouse-cityhash = { version = ">=1.0.2,<2", optional = true }
clickhouse-driver = { version = ">=0.1,<1", optional = true, extras = [
"numpy",
Expand Down

0 comments on commit 69d809b

Please sign in to comment.