File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -13,18 +13,18 @@ version = "0.1.4"
1313requires-python = " >=3.12"
1414dependencies = [
1515 " asgiref==3.9.1" ,
16- " certifi==2025.6.15 " ,
17- " charset-normalizer==3.4.2 " ,
16+ " certifi==2025.8.3 " ,
17+ " charset-normalizer==3.4.3 " ,
1818 " django-environ==0.12.0" ,
19- " Django==5.2.4 " ,
20- " django-bootstrap5==25.1 " ,
19+ " Django==5.2.5 " ,
20+ " django-bootstrap5==25.2 " ,
2121 " django-solo==2.4.0" ,
2222 " gunicorn==23.0.0" ,
2323 " idna==3.10" ,
2424 " packaging==25.0" ,
2525 " psycopg2-binary==2.9.10" ,
2626 " pytz==2025.2" ,
27- " requests==2.32.4 " ,
27+ " requests==2.32.5 " ,
2828 " sqlparse==0.5.3" ,
2929 " typing_extensions==4.14.1" ,
3030 " urllib3==2.5.0" ,
@@ -35,14 +35,14 @@ dependencies = [
3535
3636[project .optional-dependencies ]
3737dev = [
38- " ruff==0.12.3 " ,
39- " pre-commit==4.2 .0" ,
38+ " ruff==0.12.9 " ,
39+ " pre-commit==4.3 .0" ,
4040 " commitizen>=3.0.0" ,
41- " bandit==1.8.0 " ,
41+ " bandit==1.8.6 " ,
4242 " radon==6.0.1" ,
4343 " vulture==2.14" ,
44- " mypy==1.11.2 " ,
45- " django-stubs[compatible-mypy]==5.1.0 " ,
44+ " mypy==1.17.1 " ,
45+ " django-stubs[compatible-mypy]==5.2.2 " ,
4646]
4747
4848[tool .hatch .build .targets .wheel ]
You can’t perform that action at this time.
0 commit comments