diff --git a/poetry.lock b/poetry.lock index 365d0ffa..318b1519 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2732,14 +2732,14 @@ pytest = ">=3.6" [[package]] name = "pytest-nhsd-apim" -version = "5.0.0" +version = "5.0.4" description = "Pytest plugin accessing NHSDigital's APIM proxies" optional = false python-versions = "<4.0,>=3.8" groups = ["dev"] files = [ - {file = "pytest_nhsd_apim-5.0.0-py3-none-any.whl", hash = "sha256:ef79d99221e403e2198c3f206655f85ff59a9111549b03367f39b1cfe444828d"}, - {file = "pytest_nhsd_apim-5.0.0.tar.gz", hash = "sha256:7107b78ac0162727dccb8f51ca19ee339d86cdbcb97ae1948ff19e840d2ad932"}, + {file = "pytest_nhsd_apim-5.0.4-py3-none-any.whl", hash = "sha256:04a17d90ec85958cb9823db29a798a42ab8cfd37c3c36379294e0eb0a60e0815"}, + {file = "pytest_nhsd_apim-5.0.4.tar.gz", hash = "sha256:9b8d1c2d6fe69dcffd148fc3102e43bf0be2b39c6db950f7ae82711f3b58bfbc"}, ] [package.dependencies] @@ -3689,4 +3689,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.13" -content-hash = "ccbc112bafd9dbacd67fb4c608f3a53236935f6e54c142943761f0e9733cbd10" +content-hash = "4655a0a3e7636ba5c56fb60423618715b65ca2946ceaf124110b2aff2ec75210" diff --git a/pyproject.toml b/pyproject.toml index dfd983f8..33b299e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,7 +46,7 @@ gitpython = "^3.1.45" pytest = "^8.4.1" pytest-asyncio = "^1.1.0" pytest-cov = "^6.0.0" -pytest-nhsd-apim = "^5.0.0" +pytest-nhsd-apim = "^5.0.4" aiohttp = "^3.12.15" awscli = "^1.37.24" awscli-local = "^0.22.0"