From 01eb6edac53999fbf016762050f406cea07ad4f8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 18:47:37 +0000 Subject: [PATCH] Bump notifications-python-client from 9.1.0 to 10.0.0 Bumps [notifications-python-client](https://github.com/alphagov/notifications-python-client) from 9.1.0 to 10.0.0. - [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.0) --- updated-dependencies: - dependency-name: notifications-python-client dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 4bb7c7257..660052a13 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2655,12 +2655,12 @@ files = [ [[package]] name = "notifications-python-client" -version = "9.1.0" +version = "10.0.0" 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.0-py3-none-any.whl", hash = "sha256:0f152a4d23b7f7b827dae6b45ac63568a2bc56044b1aa57b66bc68b137c40e57"}, ] [package.dependencies] @@ -4742,4 +4742,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.12.2" -content-hash = "1ae472767fefe4ee835358932190a1231b2f0118d2412193d7875e48bc748384" +content-hash = "88c3375017b63f5c05d2209a528f7d61112fa63ba118712edc720a0d899047f9" diff --git a/pyproject.toml b/pyproject.toml index 666b0bfcd..f603afc48 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ lxml = "==5.2.2" marshmallow = "==3.21.3" marshmallow-sqlalchemy = "==1.0.0" newrelic = "*" -notifications-python-client = "==9.1.0" +notifications-python-client = "==10.0.0" oscrypto = "==1.3.0" packaging = "==24.1" poetry-dotenv-plugin = "==0.2.0"