Upgrades
authorRadek Czajka <rczajka@rczajka.pl>
Tue, 25 Oct 2022 14:17:53 +0000 (16:17 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Tue, 25 Oct 2022 14:17:53 +0000 (16:17 +0200)
requirements.txt
src/audiobooks/settings.py

index c03d377..5c31d8c 100644 (file)
@@ -1,19 +1,20 @@
 -i https://py.mdrn.pl/simple
 
-Django==3.1.14
-django-cas-ng==4.2.1
-django-bootstrap4==21.1
+Django==3.2.16
+django-cas-ng==4.3.0
+django-bootstrap4==22.2
 django-pglocks==1.0.4
-fnp-django-pagination==2.2.4
+fnp-django-pagination==2.2.5
 
+# ?
 celery[redis]==4.4.2
 
-psycopg2-binary==2.9.2
-mutagen==1.45.1
-requests==2.26.0
-requests-toolbelt==0.9.1
-requests-oauthlib==1.3.0
+psycopg2-binary==2.9.5
+mutagen==1.46.0
+requests==2.28.1
+requests-toolbelt==0.10.1
+requests-oauthlib==1.3.1
 PyYAML==6.0
-Pillow==8.4.0
-librarian==2.3.2
+Pillow==9.2.0
+librarian==2.4.8
 py3-aeneas==1.1.0
index f36fe81..87f53dc 100644 (file)
@@ -20,6 +20,9 @@ DATABASES = {
     }
 }
 
+DEFAULT_AUTO_FIELD = 'django.db.models.AutoField'
+
+
 # Local time zone for this installation. Choices can be found here:
 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
 # although not all choices may be available on all operating systems.