diff --git a/pyproject.toml b/pyproject.toml index 5ba7544895e..9dabab6c0a6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ requires-python = ">=3.13" dependencies = [ "allure-pytest==2.15.0", "allure-python-commons==2.15.0", - "axe-playwright-python==0.1.6", + "axe-playwright-python==0.1.7", "cryptography==46.0.3", "faker==38.2.0", "nhs-number==1.3.6", diff --git a/uv.lock b/uv.lock index 1b6cc23657c..b4437baefed 100644 --- a/uv.lock +++ b/uv.lock @@ -39,14 +39,14 @@ wheels = [ [[package]] name = "axe-playwright-python" -version = "0.1.6" +version = "0.1.7" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "playwright" }, ] -sdist = { url = "https://files.pythonhosted.org/packages/16/9d/e16f3c0bcf19260dc40e94751222bba3f9d216c9e7c60e154027cac89099/axe_playwright_python-0.1.6.tar.gz", hash = "sha256:377d7f1420b43bba5c62c4e1b3d3e5f564032b284747ab3ac022693098bdec81", size = 189383, upload-time = "2025-10-24T14:05:51.732Z" } +sdist = { url = "https://files.pythonhosted.org/packages/74/90/684e8ae7e7563318d197f1bfbacd561a19716e6cdb6420e7e97ef49d427c/axe_playwright_python-0.1.7.tar.gz", hash = "sha256:f0f3d59061abbaee9990d0309f855210ec8fd6ca5bf076f39210289ac0961258", size = 189815, upload-time = "2025-12-01T05:19:31.061Z" } wheels = [ - { url = "https://files.pythonhosted.org/packages/26/4f/465e2c3903ec59daf1eb7cf653a42d75dee2a205b45d9eebc9fb3099ae67/axe_playwright_python-0.1.6-py3-none-any.whl", hash = "sha256:0133432075837eb7d9b6caa5c1b3c9403fee98f10022911b655759ad33d233eb", size = 156504, upload-time = "2025-10-24T14:05:50.242Z" }, + { url = "https://files.pythonhosted.org/packages/02/b0/6460c11d515cb09d90993e948c730a3d4b6673cc5cd99663179bbc48a758/axe_playwright_python-0.1.7-py3-none-any.whl", hash = "sha256:8699e904466cc2206fa2fa414b4d59aab68e34ba8449c6d082896ca1950440e2", size = 156509, upload-time = "2025-12-01T05:19:29.285Z" }, ] [[package]] @@ -316,7 +316,7 @@ dependencies = [ requires-dist = [ { name = "allure-pytest", specifier = "==2.15.0" }, { name = "allure-python-commons", specifier = "==2.15.0" }, - { name = "axe-playwright-python", specifier = "==0.1.6" }, + { name = "axe-playwright-python", specifier = "==0.1.7" }, { name = "cryptography", specifier = "==46.0.3" }, { name = "faker", specifier = "==38.2.0" }, { name = "nhs-number", specifier = "==1.3.6" },