From fed5e21d8dcb84e20deec2330e624605856b033e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 04:15:04 +0000 Subject: [PATCH] chore(deps): update django-pgtrigger requirement in /api Updates the requirements on [django-pgtrigger](https://github.com/AmbitionEng/django-pgtrigger) to permit the latest version. - [Release notes](https://github.com/AmbitionEng/django-pgtrigger/releases) - [Changelog](https://github.com/AmbitionEng/django-pgtrigger/blob/main/CHANGELOG.md) - [Commits](https://github.com/AmbitionEng/django-pgtrigger/compare/4.13.2...4.13.3) --- 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 1f76d019d..0f362327b 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.13.2 +django-pgtrigger~=4.13.3 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.