From fb3a608c54d7289948216e335713b9b1c3bfd4e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Jun 2024 14:31:17 +0200 Subject: [PATCH] Update django-hijack requirement from ==3.4.* to ==3.5.* (#4198) 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.4.0...3.5.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 aebed8949f..aa443b1f35 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ dependencies = [ "django-formset-js-improved==0.5.0.3", "django-formtools==2.5.1", "django-hierarkey==1.2.*", - "django-hijack==3.4.*", + "django-hijack==3.5.*", "django-i18nfield==1.9.*,>=1.9.4", "django-libsass==0.9", "django-localflavor==4.0",