Skip to content

Commit 06f61f9

Browse files
deps(deps): bump django-test-migrations from 1.3.0 to 1.5.0
Bumps [django-test-migrations](https://github.com/wemake-services/django-test-migrations) from 1.3.0 to 1.5.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](wemake-services/django-test-migrations@1.3.0...1.5.0) --- updated-dependencies: - dependency-name: django-test-migrations dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 74ce99e commit 06f61f9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dependencies = [
2121
'django-import-export~=3.2.0',
2222
'django-oauth-toolkit~=3.0.1',
2323
'django_prometheus~=2.2.0',
24-
'django-test-migrations~=1.3.0',
24+
'django-test-migrations~=1.5.0',
2525
'djangorestframework~=3.15.2',
2626
'drf-spectacular~=0.27.2',
2727
'fire~=0.7.0',

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ django-health-check==3.17.0
2626
django-import-export==3.2.0
2727
django-oauth-toolkit==3.0.1
2828
django_prometheus==2.2.0
29-
django-test-migrations==1.3.0
29+
django-test-migrations==1.5.0
3030
djangorestframework==3.15.2
3131
drf-spectacular==0.27.2
3232
fire==0.7.0

0 commit comments

Comments
 (0)