diff --git a/poetry.lock b/poetry.lock index a9e187f..36bcf12 100644 --- a/poetry.lock +++ b/poetry.lock @@ -627,17 +627,18 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "pygments [[package]] name = "pytest-asyncio" -version = "0.25.1" +version = "0.26.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" files = [ - {file = "pytest_asyncio-0.25.1-py3-none-any.whl", hash = "sha256:c84878849ec63ff2ca509423616e071ef9cd8cc93c053aa33b5b8fb70a990671"}, - {file = "pytest_asyncio-0.25.1.tar.gz", hash = "sha256:79be8a72384b0c917677e00daa711e07db15259f4d23203c59012bcd989d4aee"}, + {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] pytest = ">=8.2,<9" +typing-extensions = {version = ">=4.12", markers = "python_version < \"3.10\""} [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] @@ -823,4 +824,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "1eb543959e94d0872007b6c52033933aac8bb3e5ee05ecaeca11f2001cb8653d" +content-hash = "6aa18bf572415d397cffe5dd2676ed6b04b5c1be6df92043ea3b2e3e6c18fbb7" diff --git a/pyproject.toml b/pyproject.toml index 4602277..4a3f5a7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ pydantic = "^2.8.2" mypy = "^1.11.1" ruff = "^0.8.0" pytest = "^8.3.2" -pytest-asyncio = "^0.25.0" +pytest-asyncio = "^0.26.0" python-dateutil = "^2.9.0-post.0" [build-system]