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] <support@github.com>
This commit is contained in:
dependabot[bot]
2024-07-29 18:47:37 +00:00
committed by GitHub
parent 1880fc8bbb
commit 01eb6edac5
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -2655,12 +2655,12 @@ files = [
[[package]] [[package]]
name = "notifications-python-client" name = "notifications-python-client"
version = "9.1.0" version = "10.0.0"
description = "Python API client for GOV.UK Notify." description = "Python API client for GOV.UK Notify."
optional = false optional = false
python-versions = ">=3.7" python-versions = ">=3.8"
files = [ 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] [package.dependencies]
@@ -4742,4 +4742,4 @@ multidict = ">=4.0"
[metadata] [metadata]
lock-version = "2.0" lock-version = "2.0"
python-versions = "^3.12.2" python-versions = "^3.12.2"
content-hash = "1ae472767fefe4ee835358932190a1231b2f0118d2412193d7875e48bc748384" content-hash = "88c3375017b63f5c05d2209a528f7d61112fa63ba118712edc720a0d899047f9"

View File

@@ -39,7 +39,7 @@ lxml = "==5.2.2"
marshmallow = "==3.21.3" marshmallow = "==3.21.3"
marshmallow-sqlalchemy = "==1.0.0" marshmallow-sqlalchemy = "==1.0.0"
newrelic = "*" newrelic = "*"
notifications-python-client = "==9.1.0" notifications-python-client = "==10.0.0"
oscrypto = "==1.3.0" oscrypto = "==1.3.0"
packaging = "==24.1" packaging = "==24.1"
poetry-dotenv-plugin = "==0.2.0" poetry-dotenv-plugin = "==0.2.0"