Skip to content

Commit b3f41b5

Browse files
chore(deps): update dependency black to v26 [security] (#558)
* chore(deps): update dependency black to v26 [security] * fix: make fmt --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Pat Heard <[email protected]>
1 parent f57b508 commit b3f41b5

3 files changed

Lines changed: 3 additions & 6 deletions

File tree

api/requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==25.12.0
1+
black==26.3.1
22
coverage==7.13.4
33
flake8==7.3.0
44
httpx==0.28.1

api/tests/routers/test_ops.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,9 @@ def test_healthcheck(client):
2020
def test_security(client):
2121
response = client.get("/.well-known/security.txt")
2222
assert response.status_code == status.HTTP_200_OK
23-
assert (
24-
response.text
25-
== """Contact: mailto:[email protected]
23+
assert response.text == """Contact: mailto:[email protected]
2624
Preferred-Languages: en, fr
2725
Policy: https://digital.canada.ca/legal/security-notice
2826
Hiring: https://digital.canada.ca/join-our-team/
2927
Hiring: https://numerique.canada.ca/rejoindre-notre-equipe/
3028
"""
31-
)
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
black==25.12.0
1+
black==26.3.1
22
boto3==1.42.68
33
flake8==7.3.0
44
pytest==9.0.2

0 commit comments

Comments
 (0)