diff --git a/back/poetry.lock b/back/poetry.lock index 7034509ce..64505ccb0 100644 --- a/back/poetry.lock +++ b/back/poetry.lock @@ -1893,13 +1893,13 @@ djangorestframework = "*" [[package]] name = "django-simple-history" -version = "3.3.0" +version = "3.4.0" description = "Store model history and view/revert changes from admin site." optional = false -python-versions = ">=3.7" +python-versions = ">=3.8" files = [ - {file = "django-simple-history-3.3.0.tar.gz", hash = "sha256:2313d2d346f15a1e7a92adb3b6696b226f1cd0c1d920869ec40c4c4076614c41"}, - {file = "django_simple_history-3.3.0-py3-none-any.whl", hash = "sha256:dc1f98e558a0a1e0b6371c3b8efb85f86e02a6db56e83d0ec198343b7408d00a"}, + {file = "django-simple-history-3.4.0.tar.gz", hash = "sha256:19bd1a87e1e2eba34dfd43eab1fcf2da5752221f343232f2372b2121c7e3b97d"}, + {file = "django_simple_history-3.4.0-py3-none-any.whl", hash = "sha256:992dcca3cddc0b67b470fc91f77292e2d2a6010d37c9eac3536e9d80e8754032"}, ] [[package]] @@ -8724,4 +8724,4 @@ cffi = ["cffi (>=1.11)"] [metadata] lock-version = "2.0" python-versions = "~3.10" -content-hash = "e187e659b567eaa186b6ae63545c1885fe7b134f14af80be67571d39003341be" +content-hash = "3a71e1c97ff3cc461f66cde2e53b9cd7c812c12ba4bdd5c3933a289d255d2ff7" diff --git a/back/pyproject.toml b/back/pyproject.toml index 03030830b..664efd9d8 100644 --- a/back/pyproject.toml +++ b/back/pyproject.toml @@ -43,7 +43,7 @@ djfernet = "^0.8.1" scrapy = "^2.10.0" scrapy-playwright = "^0.0.28" undetected-playwright = "^0.1.0" -django-simple-history = "~3.3.0" +django-simple-history = "~3.4.0" crochet = "^2.1.1" twisted = "^23.10.0rc1" ragatouille = { git = "https://github.com/Diegi97/RAGatouille.git", branch = "main" } # Temporary until a new version with baching is released