diff --git a/poetry.lock b/poetry.lock index 77cf0c5..85eb685 100644 --- a/poetry.lock +++ b/poetry.lock @@ -877,18 +877,18 @@ testing = ["argcomplete", "attrs (>=19.2.0)", "hypothesis (>=3.56)", "mock", "no [[package]] name = "pytest-asyncio" -version = "0.23.2" +version = "0.23.5" description = "Pytest support for asyncio" category = "dev" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-asyncio-0.23.2.tar.gz", hash = "sha256:c16052382554c7b22d48782ab3438d5b10f8cf7a4bdcae7f0f67f097d95beecc"}, - {file = "pytest_asyncio-0.23.2-py3-none-any.whl", hash = "sha256:ea9021364e32d58f0be43b91c6233fb8d2224ccef2398d6837559e587682808f"}, + {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)"] @@ -1271,4 +1271,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "57c82facc6e19a28a63c2cb32a35655c46e2c66ab9719d1f16dbf5a9a1b782a1" +content-hash = "42d1ca4427d0dc3a29a9c92d766123c2ccfcbc6ce33df493a509704c6e3f227b" diff --git a/pyproject.toml b/pyproject.toml index fa12f75..185b434 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ faker = "==19.13.0" flake8 = "==6.1.0" mypy = "==1.8.0" pytest = "==7.4.3" -pytest-asyncio = "==0.23.2" +pytest-asyncio = "==0.23.5" pytest-cov = "==4.1.0" sqlite-utils = "==3.36"