From d459c09211e1706e9c701864e7376e2303a0e497 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jul 2024 15:42:44 +0100 Subject: [PATCH] build(deps-dev): bump notifications-python-client from 9.1.0 to 10.0.0 (#350) 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:development update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 11bd8d805..ff4ca7f11 100644 --- a/poetry.lock +++ b/poetry.lock @@ -997,12 +997,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] @@ -1971,4 +1971,4 @@ test = ["big-O", "importlib-resources", "jaraco.functools", "jaraco.itertools", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "49aab9b670f9765d3ec9ae7ffb587280f9d4d58e012a2c139dbadc4953bb863d" +content-hash = "5bd9dba298a8cb427609ea9c3c08d68dde5ef41b59be47a5d3680c22d1a81ca7" diff --git a/pyproject.toml b/pyproject.toml index 952a69f51..3a64d60b2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -27,7 +27,7 @@ isort = "^5.12.0" axe-selenium-python = "^2.1.6" python-semantic-release = "<8.0.0" werkzeug = "2.3.8" -notifications-python-client = "9.1.0" +notifications-python-client = "10.0.0" [tool.bandit] exclude_dirs = ["features", "./venv/", "/tempenv/"]