diff --git a/poetry.lock b/poetry.lock index 65483a6..f1f1ba6 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1277,17 +1277,17 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.23.3" +version = "0.23.5" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.23.3.tar.gz", hash = "sha256:af313ce900a62fbe2b1aed18e37ad757f1ef9940c6b6a88e2954de38d6b1fb9f"}, - {file = "pytest_asyncio-0.23.3-py3-none-any.whl", hash = "sha256:37a9d912e8338ee7b4a3e917381d1c95bfc8682048cb0fbc35baba316ec1faba"}, + {file = "pytest-asyncio-0.23.5.tar.gz", hash = "sha256:3a048872a9c4ba14c3e90cc1aa20cbc2def7d01c7c8db3777ec281ba9c057675"}, + {file = "pytest_asyncio-0.23.5-py3-none-any.whl", hash = "sha256:4e7093259ba018d58ede7d5315131d21923a60f8a6e9ee266ce1589685c89eac"}, ] [package.dependencies] -pytest = ">=7.0.0" +pytest = ">=7.0.0,<9" [package.extras] docs = ["sphinx (>=5.3)", "sphinx-rtd-theme (>=1.0)"] @@ -1845,4 +1845,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "374a0fd60f3292f19d77e5797b5085ebfe2a7f3f684a1e1b630efde8fb2cc91a" +content-hash = "bbb724c580d1004c9bd1cb64df4bb3bcb0b8d2d5695c82ab09075cbca4410e47" diff --git a/pyproject.toml b/pyproject.toml index 4df04b3..5ed8ab3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ flake8 = "^5.0.4" black = "^24.1" isort = "^5.13.2" pytest-cov = "^4.1.0" -pytest-asyncio = "^0.23.3" +pytest-asyncio = "^0.23.5" mimesis = "^12.1.0" pytest-depends = "^1.0.1"