Skip to content

Commit 9416b1e

Browse files
Bump black from 24.3.0 to 25.1.0 (#328)
* Bump black from 24.3.0 to 25.1.0 Bumps [black](https://github.com/psf/black) from 24.3.0 to 25.1.0. - [Release notes](https://github.com/psf/black/releases) - [Changelog](https://github.com/psf/black/blob/main/CHANGES.md) - [Commits](psf/black@24.3.0...25.1.0) --- updated-dependencies: - dependency-name: black dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Apply new formatting --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Amethyst Reese <[email protected]>
1 parent 95ee9ac commit 9416b1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aiosqlite/context.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ async def __aexit__(self, exc_type, exc, tb) -> None:
4747

4848

4949
def contextmanager(
50-
method: Callable[..., Coroutine[Any, Any, _T]]
50+
method: Callable[..., Coroutine[Any, Any, _T]],
5151
) -> Callable[..., Result[_T]]:
5252
@wraps(method)
5353
def wrapper(self, *args, **kwargs) -> Result[_T]:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dependencies = [
2525
[project.optional-dependencies]
2626
dev = [
2727
"attribution==1.8.0",
28-
"black==24.3.0",
28+
"black==25.1.0",
2929
"build>=1.2",
3030
"coverage[toml]==7.6.10",
3131
"flake8==7.2.0",

0 commit comments

Comments
 (0)