Skip to content

Commit ec237cc

Browse files
authored
Merge pull request #4706 from alphagov/ris-notifications-utils-106.1.1
notifications-utils: 106.0.1 -> 106.1.1
2 parents 43c00d0 + 5c75fe8 commit ec237cc

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was automatically copied from notifications-utils@106.0.1
1+
# This file was automatically copied from notifications-utils@106.1.1
22

33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks

requirements.in

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

2626
# Run `make bump-utils` to update to the latest version
27-
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@106.0.1
27+
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@106.1.1
2828

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

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ mistune==0.8.4
150150
# via notifications-utils
151151
notifications-python-client==10.0.1
152152
# via -r requirements.in
153-
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@40f58726c0649b6bb9e4ef81b4b22e0aea7845fb
153+
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@6a6b960d533447adef28b61424d65276a6ffbda5
154154
# via -r requirements.in
155155
ordered-set==4.1.0
156156
# via notifications-utils

requirements_for_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ mypy-extensions==1.1.0
224224
# via mypy
225225
notifications-python-client==10.0.1
226226
# via -r requirements.txt
227-
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@40f58726c0649b6bb9e4ef81b4b22e0aea7845fb
227+
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@6a6b960d533447adef28b61424d65276a6ffbda5
228228
# via -r requirements.txt
229229
ordered-set==4.1.0
230230
# via

requirements_for_test_common.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was automatically copied from notifications-utils@106.0.1
1+
# This file was automatically copied from notifications-utils@106.1.1
22

33
beautifulsoup4==4.12.3
44
pytest==8.3.4

ruff.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# This file was automatically copied from notifications-utils@106.0.1
1+
# This file was automatically copied from notifications-utils@106.1.1
22

33
extend-exclude = [
44
"migrations/versions/",

0 commit comments

Comments
 (0)