From c69ba8fcd0b6b029d2e5c6c763914d480100677d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jan 2025 17:34:20 +0000 Subject: [PATCH] build(deps): bump django-pghistory from 3.4.4 to 3.5.1 Bumps [django-pghistory](https://github.com/AmbitionEng/django-pghistory) from 3.4.4 to 3.5.1. - [Release notes](https://github.com/AmbitionEng/django-pghistory/releases) - [Changelog](https://github.com/AmbitionEng/django-pghistory/blob/main/CHANGELOG.md) - [Commits](https://github.com/AmbitionEng/django-pghistory/compare/3.4.4...3.5.1) --- updated-dependencies: - dependency-name: django-pghistory dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 34aad40200..5ce1ad669e 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 = "f99a477fe844d879bccb287ac5527e20b709a7577fc92dc396f1f592ea45648c" +content-hash = "3aa600d8eab17ac7c73428b47d49a2df1365aa427a92699e1c93312fd462aed5" diff --git a/pyproject.toml b/pyproject.toml index 82e55d7796..a2169c52f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -42,7 +42,7 @@ django-filter = "^23.5" 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"}