mirror of https://github.com/tiangolo/fastapi.git
⬆️ Upgrade development dependencies (#14854)
This commit is contained in:
parent
36985f5f25
commit
5a31b37cc7
|
|
@ -130,29 +130,29 @@ dev = [
|
||||||
{ include-group = "docs" },
|
{ include-group = "docs" },
|
||||||
{ include-group = "translations" },
|
{ include-group = "translations" },
|
||||||
"playwright >=1.57.0",
|
"playwright >=1.57.0",
|
||||||
"prek==0.2.22",
|
"prek >=0.2.22",
|
||||||
]
|
]
|
||||||
docs = [
|
docs = [
|
||||||
{ include-group = "docs-tests" },
|
{ include-group = "docs-tests" },
|
||||||
"black==25.1.0",
|
"black >=25.1.0",
|
||||||
"cairosvg==2.8.2",
|
"cairosvg >=2.8.2",
|
||||||
"griffe-typingdoc==0.3.0",
|
"griffe-typingdoc >=0.3.0",
|
||||||
"griffe-warnings-deprecated==1.1.0",
|
"griffe-warnings-deprecated >=1.1.0",
|
||||||
"jieba==0.42.1",
|
"jieba >=0.42.1",
|
||||||
"markdown-include-variants==0.0.8",
|
"markdown-include-variants >=0.0.8",
|
||||||
"mdx-include >=1.4.1,<2.0.0",
|
"mdx-include >=1.4.1,<2.0.0",
|
||||||
"mkdocs-macros-plugin==1.5.0",
|
"mkdocs-macros-plugin >=1.5.0",
|
||||||
"mkdocs-material==9.7.0",
|
"mkdocs-material >=9.7.0",
|
||||||
"mkdocs-redirects >=1.2.1,<1.3.0",
|
"mkdocs-redirects >=1.2.1,<1.3.0",
|
||||||
"mkdocstrings[python]==0.30.1",
|
"mkdocstrings[python] >=0.30.1",
|
||||||
"pillow==11.3.0",
|
"pillow >=11.3.0",
|
||||||
"python-slugify==8.0.4",
|
"python-slugify >=8.0.4",
|
||||||
"pyyaml >=5.3.1,<7.0.0",
|
"pyyaml >=5.3.1,<7.0.0",
|
||||||
"typer==0.21.1",
|
"typer >=0.21.1",
|
||||||
]
|
]
|
||||||
docs-tests = [
|
docs-tests = [
|
||||||
"httpx >=0.23.0,<1.0.0",
|
"httpx >=0.23.0,<1.0.0",
|
||||||
"ruff==0.14.14",
|
"ruff >=0.14.14",
|
||||||
]
|
]
|
||||||
github-actions = [
|
github-actions = [
|
||||||
"httpx >=0.27.0,<1.0.0",
|
"httpx >=0.27.0,<1.0.0",
|
||||||
|
|
@ -166,25 +166,25 @@ tests = [
|
||||||
{ include-group = "docs-tests" },
|
{ include-group = "docs-tests" },
|
||||||
"anyio[trio] >=3.2.1,<5.0.0",
|
"anyio[trio] >=3.2.1,<5.0.0",
|
||||||
"coverage[toml] >=6.5.0,<8.0",
|
"coverage[toml] >=6.5.0,<8.0",
|
||||||
"dirty-equals==0.9.0",
|
"dirty-equals >=0.9.0",
|
||||||
"flask >=3.0.0,<4.0.0",
|
"flask >=3.0.0,<4.0.0",
|
||||||
"inline-snapshot >=0.21.1",
|
"inline-snapshot >=0.21.1",
|
||||||
"mypy==1.14.1",
|
"mypy >=1.14.1",
|
||||||
"pwdlib[argon2] >=0.2.1",
|
"pwdlib[argon2] >=0.2.1",
|
||||||
"pyjwt==2.9.0",
|
"pyjwt >=2.9.0",
|
||||||
"pytest >=7.1.3,<9.0.0",
|
"pytest >=7.1.3,<9.0.0",
|
||||||
"pytest-codspeed==4.2.0",
|
"pytest-codspeed >=4.2.0",
|
||||||
"pyyaml >=5.3.1,<7.0.0",
|
"pyyaml >=5.3.1,<7.0.0",
|
||||||
"sqlmodel==0.0.31",
|
"sqlmodel >=0.0.31",
|
||||||
"strawberry-graphql >=0.200.0,<1.0.0",
|
"strawberry-graphql >=0.200.0,<1.0.0",
|
||||||
"types-orjson==3.6.2",
|
"types-orjson >=3.6.2",
|
||||||
"types-ujson==5.10.0.20240515",
|
"types-ujson >=5.10.0.20240515",
|
||||||
"a2wsgi >=1.9.0,<=2.0.0",
|
"a2wsgi >=1.9.0,<=2.0.0",
|
||||||
]
|
]
|
||||||
translations = [
|
translations = [
|
||||||
"gitpython==3.1.46",
|
"gitpython >=3.1.46",
|
||||||
"pydantic-ai==0.4.10",
|
"pydantic-ai >=0.4.10",
|
||||||
"pygithub==2.8.1",
|
"pygithub >=2.8.1",
|
||||||
]
|
]
|
||||||
|
|
||||||
[tool.pdm]
|
[tool.pdm]
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue