From 9e0298935ef9c2727ccc5f443274fcd797be5b79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 11:10:35 +0000 Subject: [PATCH] build(deps-dev): update django-dbbackup requirement Updates the requirements on [django-dbbackup](https://github.com/jazzband/django-dbbackup) to permit the latest version. - [Release notes](https://github.com/jazzband/django-dbbackup/releases) - [Changelog](https://github.com/jazzband/django-dbbackup/blob/master/docs/changelog.rst) - [Commits](https://github.com/jazzband/django-dbbackup/compare/4.1.0...4.2.1) --- updated-dependencies: - dependency-name: django-dbbackup dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-dev.txt b/requirements-dev.txt index e84b7391..f6812788 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -2,5 +2,5 @@ Django~=5.0.7 djangorestframework~=3.15.2 django-filter~=24.2.0 django-debug-toolbar~=4.4.6 -django-dbbackup~=4.1.0 +django-dbbackup~=4.2.1 -r requirements-test.txt