From 6c957f31ca30885b1ee8dd10eb98d8f5c4e1ec85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 09:14:04 +0100 Subject: [PATCH] Update django-hijack requirement from ==3.6.* to ==3.7.* (#4581) Updates the requirements on [django-hijack](https://github.com/django-hijack/django-hijack) to permit the latest version. - [Release notes](https://github.com/django-hijack/django-hijack/releases) - [Changelog](https://github.com/django-hijack/django-hijack/blob/master/docs/release-button.png) - [Commits](https://github.com/django-hijack/django-hijack/compare/3.6.0...3.7.0) --- updated-dependencies: - dependency-name: django-hijack dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6cba75a9f1..4f5c099a6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "django-formset-js-improved==0.5.0.3", "django-formtools==2.5.1", "django-hierarkey==1.2.*", - "django-hijack==3.6.*", + "django-hijack==3.7.*", "django-i18nfield==1.9.*,>=1.9.4", "django-libsass==0.9", "django-localflavor==4.0",