From 163ef7d814ca53f45a51b8867d89cf1f702fc555 Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Date: Mon, 23 Oct 2023 12:30:24 +0530 Subject: [PATCH 1/2] Upgrade packages with patches/security updates (#3625) These all have are non-breaking changes --- requirements.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/requirements.txt b/requirements.txt index 247aa4de13..651e922949 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,23 +5,23 @@ sentry-sdk==1.16.0 # Production dependencies Babel==2.11.0 bleach==5.0.0 -boto3==1.26.57 +boto3==1.28.68 celery==5.2.7 -click==8.1.3 dj-database-url==0.5.0 +click==8.1.7 django-anymail==9.0 django-basic-auth-ip-whitelist==0.3.4 django-bleach==3.0.1 -django-countries==7.5 +django-countries==7.5.1 django-elevate==2.0.3 -django-extensions==3.2.1 +django-extensions==3.2.3 django-file-form==3.4.3 django-filter==2.4.0 django-formtools==2.4.1 django-fsm==2.8.1 django-heroku==0.3.1 django-hijack==3.2.6 -django-htmx==1.13.0 +django-htmx==1.17.0 django-pagedown==2.2.1 django-pwned-passwords==4.1.0 django-ratelimit==4.0.0 @@ -40,24 +40,24 @@ drf-nested-routers==0.93.4 drf-yasg==1.21.4 environs==9.5.0 gunicorn==20.1.0 -heroicons==2.2.0 +heroicons==2.5.0 python-docx<1.0.0 htmldocx==0.0.6 -lark==1.1.5 +lark==1.1.7 mailchimp3==3.0.17 mistune==2.0.4 more-itertools==9.0.0 -phonenumberslite==8.13.4 +phonenumberslite==8.13.23 Pillow==9.4.0 psycopg2-binary qrcode==7.4.2 reportlab==3.6.13 social_auth_app_django==5.0.0 -tablib==3.3.0 +tablib==3.5.0 tomd==0.1.3 wagtail-cache==2.2.0 wagtail-purge==0.2 wagtail==4.2.2 whitenoise==5.3.0 -xhtml2pdf==0.2.8 +xhtml2pdf==0.2.11 xmltodict==0.13.0 From a26b9e396b65d2ae34fdddaf42c6e7525ceb0346 Mon Sep 17 00:00:00 2001 From: Saurabh Kumar Date: Mon, 23 Oct 2023 12:31:06 +0530 Subject: [PATCH 2/2] Remove depreciation warning for mkdocs material emoji support (#3626) Material extension now deprecated as MkDocs for Material now implements this logic directly. https://pypi.org/project/mkdocs-material-extensions/ --- mkdocs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 3683b64974..5607f87c90 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -47,8 +47,8 @@ markdown_extensions: - admonition - attr_list - pymdownx.emoji: - emoji_index: !!python/name:materialx.emoji.twemoji - emoji_generator: !!python/name:materialx.emoji.to_svg + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg - md_in_html - def_list - footnotes