Skip to content

Commit

Permalink
Update mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Nov 27, 2023
1 parent 62c7c44 commit ea85f9a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies = [
"loguru>=0.6.0,<0.10.0",
"databasez>=0.5.0",
"orjson >=3.8.5,<4.0.0",
"pydantic>=2.4.0,<3.0.0",
"pydantic>=2.5.2,<3.0.0",
"pydantic-settings>=2.0.0,<3.0.0",
"rich>=13.3.1,<14.0.0",
]
Expand Down Expand Up @@ -82,7 +82,7 @@ test = [
"pytest>=7.1.3,<8.0.0",
"pytest-cov>=2.12.0,<5.0.0",
"pytest-asyncio >=0.19.0",
"mypy==1.6.1",
"mypy==1.7.1",
"flake8>=5.0.4",
"black== 23.11.0",
"isort>=5.0.6,<6.0.0",
Expand Down

0 comments on commit ea85f9a

Please sign in to comment.