From 6297be7396ea61c29fc3810bdc9fd5cc4a90b9b2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Dec 2024 14:29:53 +0000 Subject: [PATCH] Chore(deps): Bump notifications-python-client from 10.0.0 to 10.0.1 (#1198) Bumps [notifications-python-client](https://github.com/alphagov/notifications-python-client) from 10.0.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/10.0.0...10.0.1) --- updated-dependencies: - dependency-name: notifications-python-client dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Mitch Dawson <86007219+mitchdawson1982@users.noreply.github.com> --- poetry.lock | 6 +++--- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/poetry.lock b/poetry.lock index 34be796b..73cd3502 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1664,12 +1664,12 @@ setuptools = "*" [[package]] name = "notifications-python-client" -version = "10.0.0" +version = "10.0.1" description = "Python API client for GOV.UK Notify." optional = false python-versions = ">=3.8" files = [ - {file = "notifications_python_client-10.0.0-py3-none-any.whl", hash = "sha256:0f152a4d23b7f7b827dae6b45ac63568a2bc56044b1aa57b66bc68b137c40e57"}, + {file = "notifications_python_client-10.0.1-py3-none-any.whl", hash = "sha256:00d88eacb6fd6eb0467d7396a7e23677194cfebe0ebd88de2efa031fb51eb23f"}, ] [package.dependencies] @@ -3284,4 +3284,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "c555a6210ea1029a362b78d4e746e2458b270781051c92c788d1f42cf25e4df9" +content-hash = "33e874ad66fdc38c134f923a2502d3e7027ee07b51fdbaa0ba672c6974ba867a" diff --git a/pyproject.toml b/pyproject.toml index 6da8292e..c7a5bf8d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ psycopg = "^3.2.3" psycopg-binary = "^3.2.3" django-debug-toolbar = "^4.4.6" redis = {extras = ["hiredis"], version = "^5.2.1"} -notifications-python-client = "^10.0.0" +notifications-python-client = "^10.0.1" [tool.poetry.group.dev.dependencies] black = "^24.10.0"