From cf34346c7698d90f3091e5c30c2b851c6828b1a1 Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:50:49 -0700 Subject: [PATCH 1/4] bump requirements --- requirements/main.txt | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/requirements/main.txt b/requirements/main.txt index 2658eb12..1019dc1f 100644 --- a/requirements/main.txt +++ b/requirements/main.txt @@ -1,31 +1,31 @@ channels[daphne]==4.0.0 -diskcache==5.4.0 -django==3.2.20 -django-cleanup==5.2.0 -django-compression-middleware==0.4.1 -django-compressor==4.1 +diskcache==5.6.3 +django==3.2.22 +django-cleanup==8.0.0 +django-compression-middleware==0.5.0 +django-compressor==4.4 django-htmlmin==0.11.0 -django-model-utils==4.2.0 +django-model-utils==4.3.1 django-searchable-encrypted-fields==0.2.1 -django-silk==5.0.2 -django-solo==2.0.0 +django-silk==5.0.4 +django-solo==2.1.0 django-url-or-relative-url-field==0.2.0 djangorestframework==3.14.0 -djangorestframework-api-key==2.2.0 -docutils==0.19 -drf-yasg==1.21.4 -huey==2.4.4 -hypercorn[h3]==0.14.3 +djangorestframework-api-key==3.0.0 +docutils==0.20.1 +drf-yasg==1.21.7 +huey==2.5.0 +hypercorn[h3]==0.15.0 jsonfield==3.1.0 -markdown==3.4.1 -pwned-passwords-django==1.6 +markdown==3.5 +pwned-passwords-django==2.0 pyarr==3.1.1 pymysql==1.0.2 -python-dotenv==0.21.0 +python-dotenv==1.0.0 strsim==0.0.3 -titlecase==2.4 +titlecase==2.4.1 tmdbsimple==2.9.1 -Twisted[tls,http2]==22.10.0 -tzlocal==4.2 -whitenoise[brotli]==6.2.0 +Twisted[tls,http2]==23.8.0 +tzlocal==5.2 +whitenoise[brotli]==6.6.0 attrs From eb580e43cc8f2d2afb2faf83f76e4e4c449fe400 Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Mon, 30 Oct 2023 13:51:00 -0700 Subject: [PATCH 2/4] v0.20.53 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 68688b34..6f15e16d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.20.52 +0.20.53 From a788e6bc589e651840be87bd377b5241cae2f633 Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Wed, 29 May 2024 19:00:29 -0700 Subject: [PATCH 3/4] bump requirements --- requirements/main.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/requirements/main.txt b/requirements/main.txt index 1019dc1f..a4dd6f89 100644 --- a/requirements/main.txt +++ b/requirements/main.txt @@ -1,31 +1,31 @@ channels[daphne]==4.0.0 diskcache==5.6.3 -django==3.2.22 -django-cleanup==8.0.0 +django==3.2.25 +django-cleanup==8.1.0 django-compression-middleware==0.5.0 django-compressor==4.4 django-htmlmin==0.11.0 -django-model-utils==4.3.1 +django-model-utils==4.5.1 django-searchable-encrypted-fields==0.2.1 -django-silk==5.0.4 -django-solo==2.1.0 +django-silk==5.1.0 +django-solo==2.2.0 django-url-or-relative-url-field==0.2.0 -djangorestframework==3.14.0 +djangorestframework==3.15.1 djangorestframework-api-key==3.0.0 -docutils==0.20.1 +docutils==0.21.2 drf-yasg==1.21.7 huey==2.5.0 -hypercorn[h3]==0.15.0 +hypercorn[h3]==0.17.3 jsonfield==3.1.0 -markdown==3.5 -pwned-passwords-django==2.0 +markdown==3.6.0 +pwned-passwords-django==2.1 pyarr==3.1.1 -pymysql==1.0.2 -python-dotenv==1.0.0 +pymysql==1.1.1 +python-dotenv==1.0.1 strsim==0.0.3 titlecase==2.4.1 tmdbsimple==2.9.1 -Twisted[tls,http2]==23.8.0 +Twisted[tls,http2]==24.3.0 tzlocal==5.2 whitenoise[brotli]==6.6.0 attrs From f2dfd577d9b7fcca11ac2f51b63ac09aa7e35d36 Mon Sep 17 00:00:00 2001 From: Archmonger <16909269+Archmonger@users.noreply.github.com> Date: Wed, 29 May 2024 19:01:01 -0700 Subject: [PATCH 4/4] 0.20.54 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 6f15e16d..00fa35da 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.20.53 +0.20.54