From 904627ee7fe67d6cf88bfa22bedefe5015dd3f63 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 20:44:00 +0000 Subject: [PATCH] Update django-guid requirement from <3.6,>=3.3.0 to >=3.3.0,<3.7 Updates the requirements on [django-guid](https://github.com/snok/django-guid) to permit the latest version. - [Release notes](https://github.com/snok/django-guid/releases) - [Changelog](https://github.com/snok/django-guid/blob/main/CHANGELOG.rst) - [Commits](https://github.com/snok/django-guid/compare/3.3.0...3.6.1) --- updated-dependencies: - dependency-name: django-guid dependency-version: 3.6.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 780389fc5a..3a6d601256 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -34,7 +34,7 @@ dependencies = [ "cryptography>=44.0.3,<49.0", # SemVer compatible https://cryptography.io/en/latest/api-stability/#versioning . "Django>=4.2.24,<5.3, !=5.0, !=5.1", # LTS version, switch only if we have a compelling reason to". "django-filter>=23.1,<=25.2", # Uses CalVer, not released often https://github.com/carltongibson/django-filter - "django-guid>=3.3.0,<3.6", # Looks like only bugfixes in z-Stream. + "django-guid>=3.3.0,<3.7", # Looks like only bugfixes in z-Stream. "django-import-export>=2.9,<5.0", "django-lifecycle>=1.0,<=1.2.7", "djangorestframework>=3.14.0,<=3.17.1",