diff --git a/pyproject.toml b/pyproject.toml index df6544b..1875a86 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -83,7 +83,7 @@ all = ["google-cloud-bigquery", "google-cloud-logging", "boto3"] pytest = "^9.0.3" # pytest-asyncio < 1.0 has incompatible collector hooks for pytest 9 # (`'Package' object has no attribute 'obj'`). 1.0+ adds proper support. -pytest-asyncio = "^1.0.0" +pytest-asyncio = "^1.3.0" ruff = "^0.4.0" [tool.poetry.scripts]