diff --git a/poetry.lock b/poetry.lock index 40ec7ff4..f2bf61c8 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1926,14 +1926,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.25.3" +version = "0.26.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_asyncio-0.25.3-py3-none-any.whl", hash = "sha256:9e89518e0f9bd08928f97a3482fdc4e244df17529460bc038291ccaf8f85c7c3"}, - {file = "pytest_asyncio-0.25.3.tar.gz", hash = "sha256:fc1da2cf9f125ada7e710b4ddad05518d4cee187ae9412e9ac9271003497f07a"}, + {file = "pytest_asyncio-0.26.0-py3-none-any.whl", hash = "sha256:7b51ed894f4fbea1340262bdae5135797ebbe21d8638978e35d31c6d19f72fb0"}, + {file = "pytest_asyncio-0.26.0.tar.gz", hash = "sha256:c4df2a697648241ff39e7f0e4a73050b03f123f760673956cf0d72a4990e312f"}, ] [package.dependencies] @@ -3138,4 +3138,4 @@ test = ["pytest (>=6.0.0)", "setuptools (>=65)"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<3.13" -content-hash = "7f35d5fa1bd04b6a392cecebceb549c09d460151cc43581630f84fcc3188b34c" +content-hash = "66b492891d89ac4b69d5e73818d13201f35a2b6d78e7e19c42fcf86e017fbc45" diff --git a/pyproject.toml b/pyproject.toml index a126d081..a00a3846 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ ruff = "==0.11.2" bandit = "==1.8.3" build = "==1.2.2.post1" wheel = "==0.45.1" -pytest-asyncio = "==0.25.3" +pytest-asyncio = "==0.26.0" llama_cpp_python = "==0.3.5" scikit-learn = "==1.6.1" python-dotenv = "==1.1.0"