mirror of
https://github.com/rjNemo/fastapi
synced 2026-06-11 21:16:45 +00:00
⬆ Bump internal dependency mypy from 0.971 to 0.982 (#5541)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Sebastián Ramírez <tiangolo@gmail.com>
This commit is contained in:
parent
bbb8fe1e60
commit
80eac96c70
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ Documentation = "https://fastapi.tiangolo.com/"
|
||||||
test = [
|
test = [
|
||||||
"pytest >=7.1.3,<8.0.0",
|
"pytest >=7.1.3,<8.0.0",
|
||||||
"pytest-cov >=2.12.0,<4.0.0",
|
"pytest-cov >=2.12.0,<4.0.0",
|
||||||
"mypy ==0.971",
|
"mypy ==0.982",
|
||||||
"flake8 >=3.8.3,<6.0.0",
|
"flake8 >=3.8.3,<6.0.0",
|
||||||
"black == 22.8.0",
|
"black == 22.8.0",
|
||||||
"isort >=5.0.6,<6.0.0",
|
"isort >=5.0.6,<6.0.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue