Skip to content

Commit

Permalink
build(deps): bump black from 22.6.0 to 24.3.0 (#142)
Browse files Browse the repository at this point in the history
* build(deps): bump black from 22.6.0 to 24.3.0

Bumps [black](https://github.com/psf/black) from 22.6.0 to 24.3.0.
- [Release notes](https://github.com/psf/black/releases)
- [Changelog](https://github.com/psf/black/blob/main/CHANGES.md)
- [Commits](psf/black@22.6.0...24.3.0)

---
updated-dependencies:
- dependency-name: black
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* refactor: blacked

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Alex Garel <[email protected]>
  • Loading branch information
dependabot[bot] and alexgarel authored Mar 25, 2024
1 parent ad61749 commit 33bf08e
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/i18n.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""i18n handling
"""

import contextlib
import contextvars
import gettext
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ openfoodfacts==0.1.5
prometheus-fastapi-instrumentator==6.1.0

# dev
black==22.6.0
black==24.3.0
pytest==7.4.0
pytest-mock==3.11.1
pytest-asyncio==0.21.1
Expand Down
1 change: 1 addition & 0 deletions tests/test_dataquality_kp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""seperate file for tests of dataquality_kp"""

import aiohttp
import pytest

Expand Down
1 change: 1 addition & 0 deletions tests/test_hunger_game_kp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""separate file for tests of hungergame_kp"""

import pytest

from app.i18n import active_translation
Expand Down
1 change: 1 addition & 0 deletions tests/test_lastedits_kp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""separate file for tests of lastedits_kp"""

import aiohttp
import pytest

Expand Down
1 change: 1 addition & 0 deletions tests/test_wikidata_kp.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
"""separate file for tests of wikidata_kp"""

import aiohttp
import pytest
import wikidata.client
Expand Down

0 comments on commit 33bf08e

Please sign in to comment.