From a0b26fc7cf74cacdfc6e002d0d33c829c1b03bde Mon Sep 17 00:00:00 2001 From: Saurabh Kumar <theskumar@users.noreply.github.com> Date: Sat, 23 Jul 2022 19:08:08 +0530 Subject: [PATCH] Update to wagtail-purge==0.2.0 Changelog: https://github.com/torchbox/wagtail-purge/compare/0.1...main --- requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 2482a2d28..356a2cfbe 100644 --- a/requirements.txt +++ b/requirements.txt @@ -42,12 +42,12 @@ mistune==2.0.3 more-itertools==8.12.0 phonenumberslite==8.12.39 Pillow==9.0.1 -psycopg2==2.8.6 +psycopg2-binary reportlab==3.6.3 social_auth_app_django==5.0.0 tomd==0.1.3 wagtail-cache==1.0.2 -wagtail-purge==0.1 +wagtail-purge==0.2 wagtail==3.0.1 whitenoise==5.3.0 xmltodict==0.12.0 -- GitLab