diff --git a/poetry.lock b/poetry.lock index cd71eca..5f2c9e2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 2.1.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 2.1.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -757,14 +757,14 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.26.0" +version = "1.0.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_asyncio-0.26.0-py3-none-any.whl", hash = "sha256:7b51ed894f4fbea1340262bdae5135797ebbe21d8638978e35d31c6d19f72fb0"}, - {file = "pytest_asyncio-0.26.0.tar.gz", hash = "sha256:c4df2a697648241ff39e7f0e4a73050b03f123f760673956cf0d72a4990e312f"}, + {file = "pytest_asyncio-1.0.0-py3-none-any.whl", hash = "sha256:4f024da9f1ef945e680dc68610b52550e36590a67fd31bb3b4943979a1f90ef3"}, + {file = "pytest_asyncio-1.0.0.tar.gz", hash = "sha256:d15463d13f4456e1ead2594520216b225a16f781e144f8fdf6c5bb4667c48b3f"}, ] [package.dependencies] @@ -953,4 +953,4 @@ openai = ["openai"] [metadata] lock-version = "2.1" python-versions = ">=3.12,<4" -content-hash = "1059cef5706fc2016a50259c4b1a53a6a99c757ff14b7bac804ce1b134857abf" +content-hash = "d1259663992e8eb4f5c06cb9a59bd459dfd68b8d8b7a3cfddad4d76ab67b2c5a" diff --git a/pyproject.toml b/pyproject.toml index 1c7bc68..d252d51 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ coverage = "^7.4.4" mypy = "^1.2.1" poethepoet = "^0.25.0" pytest = "^8.2.0" -pytest-asyncio = "^0.26.0" +pytest-asyncio = "^1.0.0" ruff = "^0.11.0" # Poe