Skip to content

Commit 03f5e4f

Browse files
committed
utils
1 parent 6f953bb commit 03f5e4f

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@111.0.0
1+
# This file was automatically copied from notifications-utils@112.0.0
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
@@ -25,7 +25,7 @@ psutil>=6.0.0,<7.0.0
2525
notifications-python-client==10.0.1
2626

2727
# Run `make bump-utils` to update to the latest version
28-
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@111.0.0
28+
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@jar-otel-semconv
2929

3030
git+https://github.com/alphagov/gds_metrics_python.git@6f1840a57b6fb1ee40b7e84f2f18ec229de8aa72
3131

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ mistune==0.8.4
158158
# via notifications-utils
159159
notifications-python-client==10.0.1
160160
# via -r requirements.in
161-
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@900cb380b9f92b23886586207f44c99893d2b56b
161+
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@5f6684f28046adfe994f53f9ef2bcbc4b555dc35
162162
# via -r requirements.in
163163
opentelemetry-api==1.40.0
164164
# via

requirements_for_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ mypy-extensions==1.1.0
237237
# via mypy
238238
notifications-python-client==10.0.1
239239
# via -r requirements.txt
240-
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@900cb380b9f92b23886586207f44c99893d2b56b
240+
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@5f6684f28046adfe994f53f9ef2bcbc4b555dc35
241241
# via -r requirements.txt
242242
opentelemetry-api==1.40.0
243243
# 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@111.0.0
1+
# This file was automatically copied from notifications-utils@112.0.0
22

33
beautifulsoup4
44
pytest

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@111.0.0
1+
# This file was automatically copied from notifications-utils@112.0.0
22

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

0 commit comments

Comments
 (0)