diff --git a/poetry.lock b/poetry.lock index f04bca7..074629c 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1140,13 +1140,13 @@ yaml = ["pyyaml (>=6.0.1)"] [[package]] name = "pytest" -version = "8.3.2" +version = "8.3.3" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.8" files = [ - {file = "pytest-8.3.2-py3-none-any.whl", hash = "sha256:4ba08f9ae7dcf84ded419494d229b48d0903ea6407b030eaec46df5e6a73bba5"}, - {file = "pytest-8.3.2.tar.gz", hash = "sha256:c132345d12ce551242c87269de812483f5bcc87cdbb4722e48487ba194f9fdce"}, + {file = "pytest-8.3.3-py3-none-any.whl", hash = "sha256:a6853c7375b2663155079443d2e45de913a911a11d669df02a50814944db57b2"}, + {file = "pytest-8.3.3.tar.gz", hash = "sha256:70b98107bd648308a7952b06e6ca9a50bc660be218d53c257cc1fc94fda10181"}, ] [package.dependencies] @@ -1653,4 +1653,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = ">=3.12,<4" -content-hash = "72644837c96cfa9d91ff170ecd7aa5c5f5aef07686f0243965b5321ddc6e9dc3" +content-hash = "28b195fdae2ad97405fc6c3265eb97764507eedbf4344621fda9f8bbc8ae7cfb" diff --git a/pyproject.toml b/pyproject.toml index 0310c9a..edda366 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,7 +17,7 @@ regtech-api-commons = {git = "https://github.com/cfpb/regtech-api-commons.git"} regtech-regex = {git = "https://github.com/cfpb/regtech-regex.git"} [tool.poetry.group.dev.dependencies] -pytest = "^8.3.2" +pytest = "^8.3.3" pytest-asyncio = "^0.24.0" aiosqlite = "^0.20.0" pytest-cov = "^5.0.0"