From a55ca91ad7bb327f689f45dd42e04d0bdcd2735a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 17:02:51 +0000 Subject: [PATCH] Bump notifications-python-client from 6.3.0 to 8.0.1 Bumps [notifications-python-client](https://github.com/alphagov/notifications-python-client) from 6.3.0 to 8.0.1. - [Changelog](https://github.com/alphagov/notifications-python-client/blob/main/CHANGELOG.md) - [Commits](https://github.com/alphagov/notifications-python-client/compare/6.3.0...8.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 | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 885d73d58..b0f99d742 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2382,12 +2382,12 @@ infinite-tracing = ["grpcio", "protobuf"] [[package]] name = "notifications-python-client" -version = "6.3.0" +version = "8.0.1" description = "Python API client for GOV.UK Notify." optional = false -python-versions = ">=3.6" +python-versions = ">=3.7" files = [ - {file = "notifications_python_client-6.3.0-py2.py3-none-any.whl", hash = "sha256:47c803fcc8b4098d069b92547bb52607b558cec25c19e2697a74faab2e5ef4c0"}, + {file = "notifications_python_client-8.0.1-py3-none-any.whl", hash = "sha256:e89f5ad7caf17065ede88a1c2270c32cc24de75843856e524a2336f952260b4c"}, ] [package.dependencies] @@ -4265,4 +4265,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "567d4ca8445691f396923ecc0e6fe1f3a3a8fd34b0465382a658c6ade4049cf8" +content-hash = "5e3a03d00aefc5f58140174c708b19887c9593a05a786466a0e1d423f8581cf5" diff --git a/pyproject.toml b/pyproject.toml index f8ef4892c..5dbb0ecf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -52,7 +52,7 @@ jsonschema = {version = "==4.17.0", extras = ["format"]} lxml = "==4.9.3" marshmallow = "==3.20.1" marshmallow-sqlalchemy = "==0.29.0" -notifications-python-client = "==6.3.0" +notifications-python-client = "==8.0.1" oscrypto = "==1.3.0" poetry = "==1.6.1" poetry-dotenv-plugin = "==0.2.0"