Skip to content

Commit

Permalink
Merge pull request conda#680 from maresb/fix-test-vulnerable-black-ve…
Browse files Browse the repository at this point in the history
…rsion

Fix vulnerable version of black in test
  • Loading branch information
maresb authored Sep 6, 2024
2 parents 9611d11 + 69d809b commit 4c827ea
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 4c827ea

Please sign in to comment.