diff --git a/poetry.lock b/poetry.lock index 1d3948e0..f0c23757 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1448,18 +1448,19 @@ dev = ["argcomplete", "attrs (>=19.2)", "hypothesis (>=3.56)", "mock", "requests [[package]] name = "pytest-asyncio" -version = "1.1.0" +version = "1.2.0" description = "Pytest support for asyncio" optional = false python-versions = ">=3.9" groups = ["dev"] files = [ - {file = "pytest_asyncio-1.1.0-py3-none-any.whl", hash = "sha256:5fe2d69607b0bd75c656d1211f969cadba035030156745ee09e7d71740e58ecf"}, - {file = "pytest_asyncio-1.1.0.tar.gz", hash = "sha256:796aa822981e01b68c12e4827b8697108f7205020f24b5793b3c41555dab68ea"}, + {file = "pytest_asyncio-1.2.0-py3-none-any.whl", hash = "sha256:8e17ae5e46d8e7efe51ab6494dd2010f4ca8dae51652aa3c8d55acf50bfb2e99"}, + {file = "pytest_asyncio-1.2.0.tar.gz", hash = "sha256:c609a64a2a8768462d0c99811ddb8bd2583c33fd33cf7f21af1c142e824ffb57"}, ] [package.dependencies] pytest = ">=8.2,<9" +typing-extensions = {version = ">=4.12", markers = "python_version < \"3.13\""} [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1)"] @@ -2159,4 +2160,4 @@ h11 = ">=0.9.0,<1" [metadata] lock-version = "2.1" python-versions = ">=3.12,<4.0" -content-hash = "f03730767a25b996e5055deda0ab0cc9496f6d6bcd9d4ea204d07a5913adbd40" +content-hash = "9f1fab59b551ae148ed6545ee724a26e4bf288827921c2db6dd86660f53bb4ac" diff --git a/pyproject.toml b/pyproject.toml index c385cf1f..5e897674 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -32,7 +32,7 @@ pydantic-settings = "^2.10.1" black = "^25.1.0" mock = "^5.2.0" mongomock = "^4.3.0" -pytest-asyncio = "^1.1.0" +pytest-asyncio = "^1.2.0" pytest-cov = "^6.2.1" pytest = "^8.4.1" requests-mock = "^1.12.1"