diff --git a/poetry.lock b/poetry.lock index f6356fd96d..44d023fd92 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1192,13 +1192,13 @@ django = ">=3.2" [[package]] name = "django-pghistory" -version = "3.4.4" +version = "3.5.1" description = "History tracking for Django and Postgres" optional = false -python-versions = "<4,>=3.8.0" +python-versions = "<4,>=3.9.0" files = [ - {file = "django_pghistory-3.4.4-py3-none-any.whl", hash = "sha256:d0402a8ef5a40ce39283bbf68d9f3388dbabf183d7efc0925972d231cba89621"}, - {file = "django_pghistory-3.4.4.tar.gz", hash = "sha256:2e68d5ee3a9e811a0f0663eb9c35ab6b3b92c8d93a4fa865aeaef2359eef0a41"}, + {file = "django_pghistory-3.5.1-py3-none-any.whl", hash = "sha256:900e5be084d20519528a1c66a354464a74b80ec0101abb7541ded61ff46759b7"}, + {file = "django_pghistory-3.5.1.tar.gz", hash = "sha256:28a4238326651d60c33a22337c3c93edc0e657d26ef7faac412875c7b4d40d1c"}, ] [package.dependencies] @@ -5691,4 +5691,4 @@ testing = ["coverage[toml]", "zope.event", "zope.testing"] [metadata] lock-version = "2.0" python-versions = ">=3.13, <3.14" -content-hash = "f3f18f766dff485b3ee4a1c91cf1ae2bdf79c1e651a8eabf1b2c23155842bf3d" +content-hash = "b956554666339cc664ee93447fd34a4f5732ef4a53400e733a9f1d47444463e7" diff --git a/pyproject.toml b/pyproject.toml index 75c1edf4b3..f704220cfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ django-filter = "^24.3" django-localflavor = "^4.0" django-markdown-deux = "^1.0.6" django-mathfilters = "*" -django-pghistory = "^3.4.4" +django-pghistory = "^3.5.1" django-ratelimit = "^4.1.0" django-storages = "^1.14.3" djangorestframework = {git = "https://github.com/encode/django-rest-framework.git", rev = "cc3c89a11c7ee9cf7cfd732e0a329c318ace71b2"}