Skip to content

Commit

Permalink
Bump black from 23.11.0 to 24.3.0 in the pip group (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 9, 2024
1 parent 6ce1ee8 commit 7bca9c4
Show file tree
Hide file tree
Showing 13 changed files with 44 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-04-11 13:08:20.850470
"""

from typing import Sequence, Union

from alembic import op, context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-02-06 15:50:28.836237
"""

from typing import Sequence, Union

from alembic import op
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-01-30 12:59:15.720135
"""

from typing import Sequence, Union

from alembic import op
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-01-30 13:02:52.041229
"""

from typing import Sequence, Union

from alembic import op, context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-05-01 13:40:54.288361
"""

from typing import Sequence, Union

from alembic import op
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-05-07 11:02:46.846411
"""

from typing import Sequence, Union

from alembic import op
Expand Down
1 change: 1 addition & 0 deletions db_revisions/versions/7a1b7eab0167_accept_updates.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-03-13 14:38:34.324557
"""

from typing import Sequence, Union

from alembic import op, context
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-03-06 10:43:59.261556
"""

from typing import Sequence, Union

from alembic import op
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-03-04 12:02:27.253888
"""

from typing import Sequence, Union

from alembic import op
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-04-18 13:06:48.162639
"""

from typing import Sequence, Union

from alembic import op, context
Expand Down
1 change: 1 addition & 0 deletions db_revisions/versions/fb46d55283d6_add_signature_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
Create Date: 2024-03-13 11:41:47.815220
"""

from typing import Sequence, Union

from alembic import op
Expand Down
55 changes: 32 additions & 23 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ aiosqlite = "^0.19.0"

[tool.poetry.group.linters.dependencies]
ruff = "0.1.6"
black = "23.11.0"
black = "24.4.2"

[build-system]
requires = ["poetry-core"]
Expand Down

0 comments on commit 7bca9c4

Please sign in to comment.