Skip to content

Commit

Permalink
Fix vulnerable pyarrow version in test
Browse files Browse the repository at this point in the history
This is triggering dependabot alerts
  • Loading branch information
maresb committed Nov 17, 2023
1 parent b2df9ad commit 3b79d17
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 @@ -68,7 +68,7 @@ lz4 = { version = ">=3.1.10,<5", optional = true }
packaging = { version = ">=21.3,<24", optional = true }
polars = { version = ">=0.14.18,<1", optional = true }
psycopg2 = { version = ">=2.8.4,<3", optional = true }
pyarrow = { version = ">=2,<12", optional = true }
pyarrow = { version = ">=14.0.1", optional = true }
pymssql = { version = ">=2.2.5,<3", optional = true }
pydata-google-auth = { version = ">=1.4.0,<2", optional = true }
pydruid = { version = ">=0.6.5,<1", optional = true, extras = ["sqlalchemy"] }
Expand Down

0 comments on commit 3b79d17

Please sign in to comment.