From 37fd51acf2f95b32b8b69fa95115334ff27d43b8 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Mon, 16 Jun 2025 04:38:55 +0000
Subject: [PATCH] Chore(deps): Update pytest-asyncio requirement from <1 to <2

Updates the requirements on [pytest-asyncio](https://github.com/pytest-dev/pytest-asyncio) to permit the latest version.
- [Release notes](https://github.com/pytest-dev/pytest-asyncio/releases)
- [Commits](https://github.com/pytest-dev/pytest-asyncio/compare/v0.1.1...v1.0.0)

---
updated-dependencies:
- dependency-name: pytest-asyncio
  dependency-version: 1.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
---
 pyproject.toml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pyproject.toml b/pyproject.toml
index 6eb7b69..3a7787e 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -79,7 +79,7 @@ optional-dependencies.test = [
   "pandas<2.3",
   "polars[pyarrow]<1.28",
   "pytest<9",
-  "pytest-asyncio<1",
+  "pytest-asyncio<2",
   "pytest-cov<7",
   "sqlalchemy-cratedb",
 ]