From 195d12a42f0361abc7c9dcd2248bf5f25d5a30a6 Mon Sep 17 00:00:00 2001 From: Birger Schacht Date: Tue, 18 Jun 2024 15:01:40 +0200 Subject: [PATCH] chore(deps): bump django-simple-history minmal version version 3.6 of simple history fixes this bug: https://github.com/jazzband/django-simple-history/issues/1328 which is useful when we want to disable simple history to circumvent this bug https://github.com/jazzband/django-simple-history/issues/1354 --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2ecf21e1f..89e3af944 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. [[package]] name = "alabaster" @@ -1548,4 +1548,4 @@ zstd = ["zstandard (>=0.18.0)"] [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "54cf62b30d6ea8152fdaca2041f63ef1bb9017314971067a993d1feb8b443427" +content-hash = "4d674e50f952755ef4909a7ac9b1016b0fbd5bebb4fc1352c3966770f75b6acd" diff --git a/pyproject.toml b/pyproject.toml index f7e15c3ce..7eb2d1517 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ tablib = "^3.5.0" apis-override-select2js = "^0.1.0" crispy-bootstrap4 = ">=2023.1,<2025.0" python-dateutil = "^2.8.2" -django-simple-history = "^3.5.0" +django-simple-history = ">=3.6" [tool.poetry.group.docs] optional = true