mirror of
https://github.com/fastapi/fastapi.git
synced 2026-09-12 21:38:39 -04:00
⬆ Bump the python-packages group across 1 directory with 15 updates (#16285)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Yurii Motov <yurii.motov.monte@gmail.com>
This commit is contained in:
1 parent
965b72225a
commit
ad263df5a4
3 files changed
+327
-325
No files matched your search
+1
-1
@@ -2,7 +2,7 @@ try:
|
||||
from fastapi_cli.cli import main as cli_main
|
||||
|
||||
except ImportError: # pragma: no cover
|
||||
cli_main = None # type: ignore
|
||||
cli_main = None # type: ignore # ty: ignore[unused-ignore-comment]
|
||||
|
||||
|
||||
def main() -> None:
|
||||
|
||||
+1
-1
@@ -147,7 +147,7 @@ docs = [
|
||||
docs-tests = [
|
||||
"httpx >=0.23.0,<1.0.0",
|
||||
"httpx2>=2.0.0",
|
||||
"ruff >=0.14.14",
|
||||
"ruff >=0.14.14,<0.16.0",
|
||||
]
|
||||
github-actions = [
|
||||
"httpx >=0.27.0,<1.0.0",
|
||||
|
||||
Reference in new issue
Block a user