From 952f1a88f2cc10f98ca3e4114a116ff45de4d17c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Nov 2024 04:58:39 +0000 Subject: [PATCH] chore(deps): update django-pgtrigger requirement in /api Updates the requirements on [django-pgtrigger](https://github.com/Opus10/django-pgtrigger) to permit the latest version. - [Release notes](https://github.com/Opus10/django-pgtrigger/releases) - [Changelog](https://github.com/Opus10/django-pgtrigger/blob/main/CHANGELOG.md) - [Commits](https://github.com/Opus10/django-pgtrigger/compare/4.12.2...4.13.0) --- updated-dependencies: - dependency-name: django-pgtrigger dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- api/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/requirements.txt b/api/requirements.txt index 23ea91f3e..2984f0e24 100644 --- a/api/requirements.txt +++ b/api/requirements.txt @@ -7,7 +7,7 @@ django-cors-headers~=4.6.0 djangorestframework~=3.14.0 django-celery-email~=3.0.0 django-netfields~=1.3.2 -django-pgtrigger~=4.12.2 +django-pgtrigger~=4.13.0 django-prometheus~=2.3.1 dnspython~=2.7.0 httpretty~=1.0.5 # 1.1 breaks tests. Does not run in production, so stick to it.