From 0ee03cf61da76417e704e9da0217e41910029217 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 3 Feb 2024 18:17:27 -0500 Subject: [PATCH] upgrade css lib --- common/templates/common_libs.html | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/common/templates/common_libs.html b/common/templates/common_libs.html index fb2fbfa8..788b8070 100644 --- a/common/templates/common_libs.html +++ b/common/templates/common_libs.html @@ -20,7 +20,7 @@ + href="https://cdn.jsdelivr.net/npm/@picocss/pico@2.0.0-rc4/css/pico.min.css" /> diff --git a/requirements.txt b/requirements.txt index ce2f212b..c3c19c44 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,9 +2,9 @@ blurhash-python cachetools dateparser discord.py -django~=4.2.7 +django~=4.2.9 django-anymail -django-auditlog>=3.0.0-beta.3 +django-auditlog>=3.0.0-beta.4 django-bleach django-compressor django-cors-headers @@ -40,7 +40,7 @@ openpyxl podcastparser psycopg2-binary requests -rq>=1.12.0 +rq sentry-sdk setproctitle tqdm