Skip to content

Commit 6182ba4

Browse files
authored
Merge pull request #4753 from alphagov/chore/bump-utils-message-group-id-support
chore: bump utils to bring in support for MessageGroupId
2 parents 39f97f3 + 8668d3f commit 6182ba4

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ psutil>=6.0.0,<7.0.0
2626
notifications-python-client==10.0.1
2727

2828
# Run `make bump-utils` to update to the latest version
29-
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@108.0.0
29+
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@108.5.0
3030

3131
# gds-metrics requires prometheseus 0.2.0, override that requirement as 0.7.1 brings significant performance gains
3232
prometheus-client==0.14.1

requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ mistune==0.8.4
152152
# via notifications-utils
153153
notifications-python-client==10.0.1
154154
# via -r requirements.in
155-
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@c3b3711d9b63cf131151087be7726f7b9b1b0e55
155+
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@043dcf4df0ebd183dc26b99d82362dab5d3ce47c
156156
# via -r requirements.in
157157
ordered-set==4.1.0
158158
# via notifications-utils
@@ -238,6 +238,8 @@ statsd==4.0.1
238238
typing-extensions==4.15.0
239239
# via
240240
# alembic
241+
# exceptiongroup
242+
# referencing
241243
# sqlalchemy
242244
tzdata==2025.3
243245
# via

requirements_for_test.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ mypy-extensions==1.1.0
226226
# via mypy
227227
notifications-python-client==10.0.1
228228
# via -r requirements.txt
229-
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@c3b3711d9b63cf131151087be7726f7b9b1b0e55
229+
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@043dcf4df0ebd183dc26b99d82362dab5d3ce47c
230230
# via -r requirements.txt
231231
ordered-set==4.1.0
232232
# via
@@ -388,7 +388,9 @@ typing-extensions==4.15.0
388388
# via
389389
# -r requirements.txt
390390
# alembic
391+
# exceptiongroup
391392
# mypy
393+
# referencing
392394
# sqlalchemy
393395
tzdata==2025.3
394396
# via

0 commit comments

Comments
 (0)