Bump notifications-python-client from 8.1.0 to 8.2.0

Bumps [notifications-python-client](https://github.com/alphagov/notifications-python-client) from 8.1.0 to 8.2.0.
- [Changelog](https://github.com/alphagov/notifications-python-client/blob/main/CHANGELOG.md)
- [Commits](https://github.com/alphagov/notifications-python-client/compare/8.1.0...8.2.0)

---
updated-dependencies:
- dependency-name: notifications-python-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-01-03 17:32:25 +00:00
committed by GitHub
parent 8b36e6e81b
commit 9fe06e141b
2 changed files with 4 additions and 4 deletions

6
poetry.lock generated
View File

@@ -2547,12 +2547,12 @@ setuptools = "*"
[[package]]
name = "notifications-python-client"
version = "8.1.0"
version = "8.2.0"
description = "Python API client for GOV.UK Notify."
optional = false
python-versions = ">=3.7"
files = [
{file = "notifications_python_client-8.1.0-py3-none-any.whl", hash = "sha256:8aec1f7a4ba592fd699eae899df8ccca9ccafb614f47826c07b318ca903c9c13"},
{file = "notifications_python_client-8.2.0-py3-none-any.whl", hash = "sha256:8cd8bd01ae603a972a5413c430ca42b16f6481f37d98406c3e9b68c1c192f59e"},
]
[package.dependencies]
@@ -4697,4 +4697,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p
[metadata]
lock-version = "2.0"
python-versions = ">=3.9,<3.12"
content-hash = "186b2a08e1d3975c13a1ca78390e0416649a36ab80327bbc5c5f6d15f47c118f"
content-hash = "a5f9bd15a2dc8c11fd394e13e6ed3e50f7b7c7b5830c619e0a7124dee498c8e9"

View File

@@ -38,7 +38,7 @@ lxml = "==5.0.0"
marshmallow = "==3.20.1"
marshmallow-sqlalchemy = "==0.29.0"
newrelic = "*"
notifications-python-client = "==8.1.0"
notifications-python-client = "==8.2.0"
notifications-utils = {git = "https://github.com/GSA/notifications-utils.git"}
oscrypto = "==1.3.0"
packaging = "==23.2"