From eec5673e708b1fa182738dff5baa921abd2b6472 Mon Sep 17 00:00:00 2001 From: Julien BERNARD Date: Sun, 8 Sep 2024 22:01:56 -0400 Subject: [PATCH] Prepare release 6.1.2 --- Changelog.md | 7 +++++++ containers/lgr-django/files/requirements.txt | 8 +++----- etc/requirements.txt | 6 +++--- setup.py | 2 +- 4 files changed, 14 insertions(+), 9 deletions(-) diff --git a/Changelog.md b/Changelog.md index f5842a5e..c17c8b07 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,5 +1,12 @@ # Changelog for lgr-django +## 6.1.2 (2024-09-08) +### New features +- Use Unicode version 15.1.0 by default + +### Fixes +- Vulnerability fix: use POST for delete endpoints that were still GET + ## 6.1.1 (2024-02-15) ### Improvements diff --git a/containers/lgr-django/files/requirements.txt b/containers/lgr-django/files/requirements.txt index 851a95a5..fae7d940 100644 --- a/containers/lgr-django/files/requirements.txt +++ b/containers/lgr-django/files/requirements.txt @@ -11,11 +11,9 @@ django-celery-results==2.4.0 django-celery-beat==2.2.0 # LGR/Unicode modules -#picu==1.4 -#munidata==2.3.1 -picu @ git+https://github.com/icann/picu.git@unicode-1510 -munidata @ git+https://github.com/icann/munidata.git@unicode-1510 -lgr-core @ git+https://github.com/icann/lgr-core.git@6.1.2 +picu==1.5 +munidata==2.4.0 +lgr-core @ git+https://github.com/icann/lgr-core.git@v6.1.2 # Natural sorting implementation natsort==7.1.1 diff --git a/etc/requirements.txt b/etc/requirements.txt index 9a879959..760c9b1c 100644 --- a/etc/requirements.txt +++ b/etc/requirements.txt @@ -10,9 +10,9 @@ django-celery-results==2.4.0 django-celery-beat==2.2.0 # LGR/Unicode modules -picu==1.4 -munidata==2.3.1 -lgr-core>=6.1.1 +picu==1.5 +munidata==2.4.0 +lgr-core>=6.1.2 # Natural sorting implementation natsort==7.1.1 diff --git a/setup.py b/setup.py index 8bd8b66e..e34a03ca 100755 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name='lgr-django', - version='6.1.1', + version='6.1.2', author='Cofomo, Viagenie and Wil Tan', author_email='int-eng@cofomo.com', packages=find_packages('src'),