From 42ccc3dcc01c09c487ce43dc2f24ea124bf19bfd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Aug 2024 22:20:44 +0000 Subject: [PATCH] Bump django-test-migrations from 1.3.0 to 1.4.0 Bumps [django-test-migrations](https://github.com/wemake-services/django-test-migrations) from 1.3.0 to 1.4.0. - [Release notes](https://github.com/wemake-services/django-test-migrations/releases) - [Changelog](https://github.com/wemake-services/django-test-migrations/blob/master/CHANGELOG.md) - [Commits](https://github.com/wemake-services/django-test-migrations/compare/1.3.0...1.4.0) --- updated-dependencies: - dependency-name: django-test-migrations dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements/test-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements/test-requirements.txt b/requirements/test-requirements.txt index c35360eb..8647c073 100644 --- a/requirements/test-requirements.txt +++ b/requirements/test-requirements.txt @@ -19,7 +19,7 @@ coverage[toml]==7.5.1 # pytest-cov django-coverage-plugin==3.1.0 # via -r requirements/test-requirements.in -django-test-migrations==1.3.0 +django-test-migrations==1.4.0 # via -r requirements/test-requirements.in exceptiongroup==1.2.0 # via pytest