Merge pull request #418 from GSA/dependabot/pip/notifications-python-client-8.0.1

Bump notifications-python-client from 6.3.0 to 8.0.1
This commit is contained in:
Steven Reilly
2023-09-12 13:26:47 -04:00
committed by GitHub
2 changed files with 5 additions and 5 deletions

8
poetry.lock generated
View File

@@ -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"

View File

@@ -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"