Skip to content

Commit

Permalink
Merge pull request #2128 from UKHSA-Internal/dependabot/pip/black-25.1.0
Browse files Browse the repository at this point in the history
pip dev: (deps-dev): bump black from 24.10.0 to 25.1.0
  • Loading branch information
A-Ashiq authored Jan 30, 2025
2 parents 78c7d99 + cb0a403 commit f3c5e91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
bandit==1.8.2
black==24.10.0
black==25.1.0
coverage==7.6.10
cyclonedx-python-lib==7.6.2
django-factory-boy==1.0.0
Expand Down
2 changes: 1 addition & 1 deletion tests/system/test_ingestion.py
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ def test_data_point_can_be_updated_and_then_set_to_original_value(

@staticmethod
def _fetch_latest_headline_from_endpoint(
payload: dict[str, str]
payload: dict[str, str],
) -> dict[str, int | float]:
path = "/api/headlines/v3/"
client = APIClient()
Expand Down

0 comments on commit f3c5e91

Please sign in to comment.