diff --git a/poetry.lock b/poetry.lock index 11cf57061..4d734dcf0 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1369,14 +1369,14 @@ test = ["coverage", "mypy", "ruff", "wheel"] [[package]] name = "pytest" -version = "8.4.1" +version = "8.4.2" description = "pytest: simple powerful testing with Python" optional = false python-versions = ">=3.9" groups = ["main", "dev"] files = [ - {file = "pytest-8.4.1-py3-none-any.whl", hash = "sha256:539c70ba6fcead8e78eebbf1115e8b589e7565830d7d006a8723f19ac8a0afb7"}, - {file = "pytest-8.4.1.tar.gz", hash = "sha256:7c67fd69174877359ed9371ec3af8a3d2b04741818c51e5e99cc1742251fa93c"}, + {file = "pytest-8.4.2-py3-none-any.whl", hash = "sha256:872f880de3fc3a5bdc88a11b39c9710c3497a547cfa9320bc3c5e62fbf272e79"}, + {file = "pytest-8.4.2.tar.gz", hash = "sha256:86c0d0b93306b961d58d62a4db4879f27fe25513d4b969df351abdddb3c30e01"}, ] [package.dependencies] @@ -1950,4 +1950,4 @@ files = [ [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "a787d73a1de3d8fb792b02f08d17dac1fd10c99f177f8e1db2605c1f3c41cb93" +content-hash = "c9d0ca3423b3043467b13f2265af595201c5b95b583dad8f958f57028de891aa" diff --git a/pyproject.toml b/pyproject.toml index 74f129549..b7155ce40 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ flake8 = "^7.3.0" black = "^25.1" pip-licenses = "^5.0.0" jinja2 = "^3.1.6" -pytest = "^8.4.1" +pytest = "^8.4.2" pytest-asyncio = "^1.1.0" pytest-nhsd-apim = "^4.0.1"