Skip to content

Commit 96f94fd

Browse files
committed
bump requirements
1 parent 396199d commit 96f94fd

2 files changed

Lines changed: 14 additions & 13 deletions

File tree

conreq/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@
264264
# Django Apps & Middleware
265265
sys.path.append(APPS_DIR) # User Installed Apps
266266
INSTALLED_APPS = [
267+
"daphne", # Websocket library
267268
"django.contrib.admin",
268269
"django.contrib.admindocs",
269270
"django.contrib.auth",
@@ -273,7 +274,6 @@
273274
"whitenoise.runserver_nostatic",
274275
"django.contrib.staticfiles",
275276
*list_modules(CORE_DIR, prefix="conreq.core."),
276-
"channels", # Websocket library
277277
"encrypted_fields", # Allow for encrypted text in the DB
278278
"solo", # Allow for single-row fields in the DB
279279
"django_cleanup.apps.CleanupConfig", # Automatically delete old image files

requirements/main.txt

Lines changed: 13 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,31 @@
1-
channels==3.0.5
1+
channels[daphne]==4.0.0
22
diskcache==5.4.0
3-
django==3.2.15
3+
django==3.2.16
44
django-cleanup==5.2.0
55
django-compression-middleware==0.4.1
66
django-compressor==4.1
77
django-htmlmin==0.11.0
88
django-model-utils==4.2.0
9-
django-searchable-encrypted-fields==0.1.9
10-
django-silk==5.0.1
9+
django-searchable-encrypted-fields==0.2.1
10+
django-silk==5.0.2
1111
django-solo==2.0.0
1212
django-url-or-relative-url-field==0.2.0
13-
djangorestframework==3.13.1
13+
djangorestframework==3.14.0
1414
djangorestframework-api-key==2.2.0
1515
docutils==0.19
16-
drf-yasg==1.21.3
17-
huey==2.4.3
18-
hypercorn[h3]==0.13.2
16+
drf-yasg==1.21.4
17+
huey==2.4.4
18+
hypercorn[h3]==0.14.3
1919
jsonfield==3.1.0
2020
markdown==3.4.1
2121
pwned-passwords-django==1.6
2222
pyarr==3.1.1
2323
pymysql==1.0.2
24-
python-dotenv==0.20.0
24+
python-dotenv==0.21.0
2525
strsim==0.0.3
26-
titlecase==2.3
26+
titlecase==2.4
2727
tmdbsimple==2.9.1
28-
Twisted[tls,http2]==22.4.0
28+
Twisted[tls,http2]==22.10.0
2929
tzlocal==4.2
30-
whitenoise[brotli]==6.2.0
30+
whitenoise[brotli]==6.2.0
31+
attrs

0 commit comments

Comments
 (0)