diff --git a/poetry.lock b/poetry.lock index 570d859..b2ce57d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "aiosqlite" @@ -1349,13 +1349,13 @@ sqlalchemy = "*" [[package]] name = "pytest-asyncio" -version = "0.23.7" +version = "0.23.8" description = "Pytest support for asyncio" optional = false python-versions = ">=3.8" files = [ - {file = "pytest_asyncio-0.23.7-py3-none-any.whl", hash = "sha256:009b48127fbe44518a547bddd25611551b0e43ccdbf1e67d12479f569832c20b"}, - {file = "pytest_asyncio-0.23.7.tar.gz", hash = "sha256:5f5c72948f4c49e7db4f29f2521d4031f1c27f86e57b046126654083d4770268"}, + {file = "pytest_asyncio-0.23.8-py3-none-any.whl", hash = "sha256:50265d892689a5faefb84df80819d1ecef566eb3549cf915dfb33569359d1ce2"}, + {file = "pytest_asyncio-0.23.8.tar.gz", hash = "sha256:759b10b33a6dc61cce40a8bd5205e302978bbbcc00e279a8b61d9a6a3c82e4d3"}, ] [package.dependencies] @@ -2187,4 +2187,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.12,<4" -content-hash = "9f77ad07a0c6db21f957e7ef2271a0eefe494561857c2ab1c8c3f31a6e8350a3" +content-hash = "3d9132db50e874cfa03a8abf9718ec26cfaef9052b65c682d7ef0695bccea3ce" diff --git a/pyproject.toml b/pyproject.toml index 273b2d5..0c1a3ce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ regtech-regex = {git = "https://github.com/cfpb/regtech-regex.git"} [tool.poetry.group.dev.dependencies] pytest = "^8.2.2" -pytest-asyncio = "^0.23.7" +pytest-asyncio = "^0.23.8" aiosqlite = "^0.20.0" pytest-cov = "^5.0.0" pytest-mock = "^3.11.1"