@@ -25,39 +25,39 @@ license = { file = "LICENSE" }
25
25
readme = " README.md"
26
26
requires-python = " >=3.13"
27
27
dependencies = [
28
- " boto3==1.36.7 " ,
28
+ " boto3==1.38.8 " ,
29
29
" Brotli==1.1.0" ,
30
30
" dj-database-url==2.3.0" ,
31
- " django==5.1.8 " ,
31
+ " django==5.2 " ,
32
32
" django-configurations==2.5.1" ,
33
- " django-cors-headers==4.6 .0" ,
33
+ " django-cors-headers==4.7 .0" ,
34
34
" django-countries==7.6.1" ,
35
- " django-filter==24.3 " ,
35
+ " django-filter==25.1 " ,
36
36
" django-ltree@git+https://github.com/mariocesar/django-ltree@5d955bc82021a50c522ee524106f6709e3b414e4" ,
37
37
" django-parler==2.3" ,
38
38
" django-redis==5.4.0" ,
39
- " django-storages[s3]==1.14.4 " ,
39
+ " django-storages[s3]==1.14.6 " ,
40
40
" django-timezone-field>=5.1" ,
41
- " djangorestframework==3.15.2 " ,
41
+ " djangorestframework==3.16.0 " ,
42
42
" dkimpy==1.1.8" ,
43
43
" dockerflow==2024.4.2" ,
44
44
" drf_spectacular==0.28.0" ,
45
45
" easy_thumbnails==2.10" ,
46
- " factory_boy==3.3.1 " ,
46
+ " factory_boy==3.3.3 " ,
47
47
" flanker@git+https://github.com/sylvinus/flanker@f94ba2c15ab310e333610a78828d09be4e11a6b6" ,
48
48
" gunicorn==23.0.0" ,
49
49
" jsonschema==4.23.0" ,
50
- " markdown==3.7 " ,
50
+ " markdown==3.8 " ,
51
51
" mozilla-django-oidc==4.0.1" ,
52
52
" nested-multipart-parser==1.5.0" ,
53
- " psycopg[binary]==3.2.4 " ,
53
+ " psycopg[binary]==3.2.7 " ,
54
54
" PyJWT==2.10.1" ,
55
55
" python-magic==0.4.27" ,
56
- " redis==5.2.1 " ,
56
+ " redis==6.0.0 " ,
57
57
" requests==2.32.3" ,
58
- " sentry-sdk==2.20 .0" ,
59
- " url-normalize==1.4.3 " ,
60
- " whitenoise==6.8.2 " ,
58
+ " sentry-sdk==2.27 .0" ,
59
+ " url-normalize==2.2.1 " ,
60
+ " whitenoise==6.9.0 " ,
61
61
]
62
62
63
63
[project .urls ]
@@ -68,18 +68,18 @@ dependencies = [
68
68
69
69
[project .optional-dependencies ]
70
70
dev = [
71
- " django-extensions==3.2.3 " ,
72
- " drf-spectacular-sidecar==2024.12 .1" ,
71
+ " django-extensions==4.1 " ,
72
+ " drf-spectacular-sidecar==2025.5 .1" ,
73
73
" pylint-django==2.6.1" ,
74
- " pylint==3.3.4 " ,
75
- " pytest-cov==6.0.0 " ,
76
- " pytest-django==4.9.0 " ,
77
- " pytest==8.3.4 " ,
74
+ " pylint==3.3.7 " ,
75
+ " pytest-cov==6.1.1 " ,
76
+ " pytest-django==4.11.1 " ,
77
+ " pytest==8.3.5 " ,
78
78
" pytest-icdiff==0.9" ,
79
79
" pytest-xdist==3.6.1" ,
80
- " responses==0.25.6 " ,
81
- " ruff==0.9.3 " ,
82
- " types-requests==2.32.0.20241016 " ,
80
+ " responses==0.25.7 " ,
81
+ " ruff==0.11.8 " ,
82
+ " types-requests==2.32.0.20250328 " ,
83
83
]
84
84
85
85
[tool .setuptools ]
0 commit comments