Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump black from 23.11.0 to 24.3.0 in the pip group #202

Merged
merged 4 commits into from
May 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading