Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
rparke committed Jan 10, 2025
1 parent 49c2b58 commit b2787c3
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was automatically copied from notifications-utils@92.0.2
# This file was automatically copied from notifications-utils@93.0.0

repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was automatically copied from notifications-utils@92.0.2
# This file was automatically copied from notifications-utils@93.0.0

[tool.black]
line-length = 120
Expand Down
2 changes: 1 addition & 1 deletion requirements.in
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ notifications-python-client==10.0.0
fido2==1.1.3

# Run `make bump-utils` to update to the latest version
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@92.0.1
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@864c3efcb27fad097c2b68247014e2779662e0cd

govuk-frontend-jinja==3.4.0

Expand Down
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ itsdangerous==2.2.0
# flask
# flask-wtf
# notifications-utils
jinja2==3.1.4
jinja2==3.1.5
# via
# flask
# govuk-frontend-jinja
Expand All @@ -103,7 +103,7 @@ mistune==0.8.4
# via notifications-utils
notifications-python-client==10.0.0
# via -r requirements.in
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@9d8b26f172643484612c4572c9ae72a41e262916
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@864c3efcb27fad097c2b68247014e2779662e0cd
# via -r requirements.in
openpyxl==3.0.10
# via pyexcel-xlsx
Expand Down
4 changes: 2 additions & 2 deletions requirements_for_test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ itsdangerous==2.2.0
# flask
# flask-wtf
# notifications-utils
jinja2==3.1.4
jinja2==3.1.5
# via
# -r requirements.txt
# flask
Expand Down Expand Up @@ -174,7 +174,7 @@ mypy-extensions==1.0.0
# via black
notifications-python-client==10.0.0
# via -r requirements.txt
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@9d8b26f172643484612c4572c9ae72a41e262916
notifications-utils @ git+https://github.com/alphagov/notifications-utils.git@864c3efcb27fad097c2b68247014e2779662e0cd
# via -r requirements.txt
openpyxl==3.0.10
# via
Expand Down
2 changes: 1 addition & 1 deletion requirements_for_test_common.in
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# This file was automatically copied from notifications-utils@92.0.2
# This file was automatically copied from notifications-utils@93.0.0

beautifulsoup4==4.12.3
pytest==8.3.4
Expand Down
1 change: 1 addition & 0 deletions tests/route-list.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"/features/letters",
"/features/messages-status",
"/features/performance",
"/features/performance.json",
"/features/roadmap",
"/features/security",
"/features/sms",
Expand Down

0 comments on commit b2787c3

Please sign in to comment.