From a2e28d5d13025ca8961c76ac71ea62ed901d8ac4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 06:00:21 +0000 Subject: [PATCH] Bump notifications-python-client from 9.1.0 to 10.0.1 Bumps [notifications-python-client](https://github.com/alphagov/notifications-python-client) from 9.1.0 to 10.0.1. - [Changelog](https://github.com/alphagov/notifications-python-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/alphagov/notifications-python-client/compare/9.1.0...10.0.1) --- updated-dependencies: - dependency-name: notifications-python-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index c2e77ba37..0f15d39be 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.5.0 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand. [[package]] name = "alabaster" @@ -1014,12 +1014,12 @@ files = [ [[package]] name = "notifications-python-client" -version = "9.1.0" +version = "10.0.1" description = "Python API client for GOV.UK Notify." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "notifications_python_client-9.1.0-py3-none-any.whl", hash = "sha256:43b8f738dfa81ae3aa656d91e361dbc51316194f8b9a430706b03347fa7a01bc"}, + {file = "notifications_python_client-10.0.1-py3-none-any.whl", hash = "sha256:00d88eacb6fd6eb0467d7396a7e23677194cfebe0ebd88de2efa031fb51eb23f"}, ] [package.dependencies] @@ -2019,4 +2019,4 @@ type = ["pytest-mypy"] [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "49d24790a095368fd6caa9205ce61b24a5eb8461842beedf32fd79a7f420a59a" +content-hash = "76907f3b29b92d5e48e66c44d540b4cef8e2b74df5a6e723a7a6274d073c2ae9" diff --git a/pyproject.toml b/pyproject.toml index 3cf9f551b..e68df7c32 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ pre-commit = "^3.5.0" pytest-rerunfailures = "^14.0" sphinx = "7.1.2" sphinx-markdown-builder = "^0.6.7" -notifications-python-client = "^9.0.0" +notifications-python-client = "^10.0.1" polling = "^0.3.2" playwright = "^1.48.0" install_playwright = "^0.1.0"