From fe7dbf6529ae4ce5272f7db9247d120b5306fd25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 08:15:30 +0000 Subject: [PATCH] Update django-linear-migrations requirement Updates the requirements on [django-linear-migrations](https://github.com/adamchainz/django-linear-migrations) to permit the latest version. - [Changelog](https://github.com/adamchainz/django-linear-migrations/blob/main/CHANGELOG.rst) - [Commits](https://github.com/adamchainz/django-linear-migrations/compare/2.8.0...2.12.0) --- updated-dependencies: - dependency-name: django-linear-migrations dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 2fc2947..6669fa1 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,6 +10,6 @@ django-rest-passwordreset>=1.1,<1.4 drf-spectacular[sidecar]>=0.26.2,<0.27 django-environ>=0.10.0,<0.12 django-gravatar2>=1.4.4,<1.5 -django-linear-migrations>=2.8.0,<2.9 +django-linear-migrations>=2.8.0,<2.13 pytest-django>=4.5.2,<4.6 pytest-cov>=4.1.0,<4.2