File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,34 +11,34 @@ authors = [
1111dependencies = [
1212 " alembic==1.18.4" ,
1313 " bcrypt==5.0.0" ,
14- " dishka==1.9 .1" ,
15- " fastapi==0.135.3 " ,
14+ " dishka==1.10 .1" ,
15+ " fastapi==0.136.1 " ,
1616 " fastapi-error-map==0.9.10" ,
17- " psycopg[binary]==3.3.3 " ,
18- " pydantic-settings==2.13 .1" ,
17+ " psycopg[binary]==3.3.4 " ,
18+ " pydantic-settings==2.14 .1" ,
1919 " pyjwt[crypto]==2.12.1" ,
20- " sqlalchemy[mypy]==2.0.48 " ,
21- " uuid-utils==0.14.1 " ,
22- " uvicorn==0.42 .0" ,
20+ " sqlalchemy[mypy]==2.0.49 " ,
21+ " uuid-utils==0.15.0 " ,
22+ " uvicorn==0.46 .0" ,
2323]
2424
2525[dependency-groups ]
2626dev = [
2727 " asgi-lifespan==2.1.0" ,
28- " coverage==7.13.5 " ,
28+ " coverage==7.14.0 " ,
2929 " deptry==0.25.1" ,
3030 " httpx==0.28.1" ,
3131 " import-linter==2.11" ,
3232 " line-profiler==5.0.2" ,
33- " mypy==1.20 .0" ,
33+ " mypy==2.1 .0" ,
3434 " pip-audit==2.10.0" ,
35- " pre-commit==4.5.1 " ,
36- " pytest==9.0.2 " ,
35+ " pre-commit==4.6.0 " ,
36+ " pytest==9.0.3 " ,
3737 " pytest-asyncio==1.3.0" ,
3838 " pytest-cov==7.1.0" ,
39- " ruff==0.15.8 " ,
39+ " ruff==0.15.12 " ,
4040 " slotscheck==0.19.1" ,
41- " tombi==0.9.13 " ,
41+ " tombi==0.11.3 " ,
4242]
4343
4444[build-system ]
@@ -157,6 +157,12 @@ strict_optional = true
157157no_implicit_optional = true
158158warn_no_return = true
159159warn_unreachable = true
160+ enable_error_code = [
161+ " redundant-expr" ,
162+ " truthy-bool" ,
163+ " unused-awaitable" ,
164+ " ignore-without-code" ,
165+ ]
160166plugins = [
161167 " pydantic.mypy" ,
162168 " sqlalchemy.ext.mypy.plugin" ,
You can’t perform that action at this time.
0 commit comments