Skip to content

Commit 35b19d8

Browse files
authored
Merge pull request #1056 from python-openapi/dependabot/pip/black-25.11.0
Bump black from 24.8.0 to 25.11.0
2 parents af8b7e6 + 3c85aec commit 35b19d8

File tree

3 files changed

+48
-28
lines changed

3 files changed

+48
-28
lines changed

openapi_core/contrib/falcon/util.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77
def unpack_params(
8-
params: Mapping[str, Any]
8+
params: Mapping[str, Any],
99
) -> Generator[Tuple[str, Any], None, None]:
1010
for k, v in params.items():
1111
if isinstance(v, list):

poetry.lock

Lines changed: 46 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ aiohttp = ["aiohttp", "multidict"]
9191
starlette = ["starlette", "aioitertools"]
9292

9393
[tool.poetry.group.dev.dependencies]
94-
black = ">=23.3,<25.0"
94+
black = ">=23.3,<26.0"
9595
django = ">=3.0"
9696
djangorestframework = "^3.11.2"
9797
falcon = ">=3.0"

0 commit comments

Comments
 (0)