22[tool .ruff ]
33line-length = 88
44exclude = [" migrations" ]
5- target-version = " py311 "
5+ target-version = " py313 "
66
77[tool .ruff .lint .isort ]
88known-first-party = [
@@ -42,7 +42,7 @@ known-first-party = [
4242
4343
4444[project ]
45- requires-python = " <3.13, >=3.11 "
45+ requires-python = " >=3.13.5 "
4646dependencies = [
4747 " django==5.1.4" ,
4848 " django-environ==0.10.0" ,
@@ -56,7 +56,7 @@ dependencies = [
5656 " aniso8601==9.0.1" ,
5757 " whitenoise==6.7.0" ,
5858 " django-ordered-model==3.5" ,
59- " uWSGI ==2.0.26 " ,
59+ " uwsgi ==2.0.30 " ,
6060 " django-storages==1.14.4" ,
6161 " sentry-sdk==2.11.0" ,
6262 " boto3==1.35.76" ,
@@ -66,7 +66,7 @@ dependencies = [
6666 " hashids<2.0.0,>=1.2.0" ,
6767 " django-autocomplete-light==3.9.4" ,
6868 " django-queryinspect<2.0.0,>=1.1.0" ,
69- " lxml<5.0.0,>=4.5 .0" ,
69+ " lxml==6.0 .0" ,
7070 " unidecode<2.0.0,>=1.1.1" ,
7171 " strawberry-graphql==0.243.1" ,
7272 " Werkzeug<2.0.0,>=1.0.1" ,
@@ -89,7 +89,7 @@ dependencies = [
8989 " Jinja2>=3.1.3" ,
9090 " icalendar>=5.0.11" ,
9191 " pyclamd>=0.4.0" ,
92- " magika>=0.5.1 " ,
92+ " magika==0.6.2 " ,
9393 " tzdata>=2024.1" ,
9494 " wagtail-factories==4.2.1" ,
9595 " google-auth-oauthlib>=1.2.1" ,
0 commit comments