File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ charset-normalizer==3.4.2
18
18
# requests
19
19
distlib == 0.3.9
20
20
# via virtualenv
21
- django == 4.2.22
21
+ django == 4.2.24
22
22
# via
23
23
# -c requirements.txt
24
24
# django-stubs
@@ -36,6 +36,8 @@ djangorestframework-stubs==3.14.2
36
36
# via
37
37
# -r requirements-dev.in
38
38
# django-filter-stubs
39
+ exceptiongroup == 1.3.0
40
+ # via pytest
39
41
execnet == 2.1.1
40
42
# via pytest-xdist
41
43
factory-boy == 2.12.0
@@ -118,6 +120,12 @@ toml==0.10.2
118
120
# via
119
121
# -c requirements.txt
120
122
# pre-commit
123
+ tomli == 2.2.1
124
+ # via
125
+ # -c requirements.txt
126
+ # django-stubs
127
+ # mypy
128
+ # pytest
121
129
types-beautifulsoup4 == 4.12.0.5
122
130
# via -r requirements-dev.in
123
131
types-html5lib == 1.1.11.20250516
@@ -141,11 +149,13 @@ types-urllib3==1.26.25.14
141
149
typing-extensions == 4.14.0
142
150
# via
143
151
# -c requirements.txt
152
+ # asgiref
144
153
# celery-types
145
154
# django-filter-stubs
146
155
# django-stubs
147
156
# django-stubs-ext
148
157
# djangorestframework-stubs
158
+ # exceptiongroup
149
159
# mypy
150
160
# pytest-factoryboy
151
161
tzdata == 2025.2
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ babel==2.12.1
2
2
beautifulsoup4==4.12.2
3
3
celery[redis]==5.3.6
4
4
cryptography==44.0.1
5
- django==4.2.22
5
+ django==4.2.24
6
6
django-add-default-value==0.10.0
7
7
django-anymail[amazon-ses]==12.0
8
8
django-cors-headers==3.7.0
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ apscheduler==3.6.3
8
8
# via python-telegram-bot
9
9
asgiref == 3.8.1
10
10
# via django
11
+ async-timeout == 5.0.1
12
+ # via redis
11
13
attrs == 25.3.0
12
14
# via
13
15
# jsonschema
@@ -75,7 +77,7 @@ deprecated==1.2.18
75
77
# opentelemetry-api
76
78
# opentelemetry-exporter-otlp-proto-grpc
77
79
# opentelemetry-semantic-conventions
78
- django == 4.2.22
80
+ django == 4.2.24
79
81
# via
80
82
# -r requirements.in
81
83
# django-add-default-value
@@ -446,6 +448,8 @@ sqlparse==0.5.3
446
448
# django-silk
447
449
toml == 0.10.2
448
450
# via django-migration-linter
451
+ tomli == 2.2.1
452
+ # via autopep8
449
453
tornado == 6.5.1
450
454
# via python-telegram-bot
451
455
tqdm == 4.67.1
@@ -454,6 +458,7 @@ twilio==6.37.0
454
458
# via -r requirements.in
455
459
typing-extensions == 4.14.0
456
460
# via
461
+ # asgiref
457
462
# opentelemetry-sdk
458
463
# pyopenssl
459
464
# referencing
You can’t perform that action at this time.
0 commit comments