@@ -6,8 +6,8 @@ readme = "README.md"
6
6
requires-python = " ==3.12.*"
7
7
dependencies = [
8
8
" beautifulsoup4==4.12.3" ,
9
- " boto3==1.35.93 " ,
10
- " botocore==1.35.93 " ,
9
+ " boto3==1.35.98 " ,
10
+ " botocore==1.35.98 " ,
11
11
" commitment==4.0.0" ,
12
12
" Django==4.2.17" ,
13
13
" django-cors-headers==4.6.0" ,
@@ -23,14 +23,14 @@ dependencies = [
23
23
" djangorestframework-jsonp==1.0.2" ,
24
24
" eco-parser==0.3.0" ,
25
25
" geojson==3.2.0" ,
26
- " psutil==6.0.0 " ,
26
+ " psutil==6.1.1 " ,
27
27
" psycopg-binary==3.2.3" ,
28
28
" rapidfuzz==3.11.0" ,
29
29
" requests==2.32.3" ,
30
30
" retry2==0.9.5" ,
31
31
" scrapy==2.12.0" ,
32
32
" uk-election-ids==0.9.1" ,
33
- " uk-election-timetables==4.2.0 " ,
33
+ " uk-election-timetables==4.2.1 " ,
34
34
" uk-geo-utils==0.17.0" ,
35
35
" django-pipeline==4.0.0" ,
36
36
" django-dotenv==1.4.2" ,
@@ -40,7 +40,7 @@ dependencies = [
40
40
41
41
[dependency-groups ]
42
42
cdk = [
43
- " aws-cdk-lib==2.174 .1" ,
43
+ " aws-cdk-lib==2.175 .1" ,
44
44
" aws-cdk.aws-lambda-python-alpha==2.160.0a0" ,
45
45
" constructs==10.4.2" ,
46
46
" diagrams==0.24.1" ,
@@ -49,18 +49,18 @@ cdk = [
49
49
production = [
50
50
" gunicorn==23.0.0" ,
51
51
" sentry-sdk==2.19.2" ,
52
- " gevent==24.10.3 " ,
52
+ " gevent==24.11.1 " ,
53
53
]
54
54
dev = [
55
55
" django-debug-toolbar==4.4.6" ,
56
- " pytest==7.4.0 " ,
56
+ " pytest==7.4.4 " ,
57
57
" pytest-django==4.9.0" ,
58
58
" pytest-cov==6.0.0" ,
59
59
" pytest-freezegun==0.4.2" ,
60
60
" factory-boy==3.3.1" ,
61
61
" vcrpy==6.0.2" ,
62
62
" pytest-xdist==3.6.1" ,
63
- " safety==3.2.7 " ,
63
+ " safety==3.2.14 " ,
64
64
" ruff==0.2.2" ,
65
65
" djhtml==3.0.7" ,
66
66
" pytest-ruff==0.3.2" ,
@@ -78,7 +78,7 @@ prerelease = "allow"
78
78
package = false
79
79
80
80
[tool .uv .sources ]
81
- dc-django-utils = { git = " https://github.com/DemocracyClub/dc_django_utils.git" , tag = " 7 .0.1" }
81
+ dc-django-utils = { git = " https://github.com/DemocracyClub/dc_django_utils.git" , tag = " 8 .0.1" }
82
82
dc-design-system = { git = " https://github.com/DemocracyClub/design-system.git" , tag = " 0.5.0" }
83
83
84
84
[tool .ruff ]
0 commit comments