From 89339c2d0a30ca3c062747d5622d116663644c71 Mon Sep 17 00:00:00 2001 From: Robert Scott Date: Mon, 16 Sep 2024 14:31:43 +0100 Subject: [PATCH] notifications-python-client: 8.0.1 -> 10.0.0 can switch to a non-thread-safe version now that we use per-thread copies --- requirements.in | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.in b/requirements.in index 63f84e25..c24be41c 100644 --- a/requirements.in +++ b/requirements.in @@ -5,7 +5,7 @@ Flask-WTF==1.2.1 whitenoise==6.2.0 #manages static assets -notifications-python-client==8.0.1 +notifications-python-client==10.0.0 # Run `make bump-utils` to update to the latest version notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@82.6.1 diff --git a/requirements.txt b/requirements.txt index 18595e06..a734518e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -74,7 +74,7 @@ markupsafe==2.1.1 # wtforms mistune==0.8.4 # via notifications-utils -notifications-python-client==8.0.1 +notifications-python-client==10.0.0 # via -r requirements.in notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@82.6.1 # via -r requirements.in