From fd5c433f87a7813458c2389fc17fa620fbe3b6d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 08:43:12 +0000 Subject: [PATCH] chore(deps): bump django-dbbackup from 5.2.0 to 5.3.0 Bumps [django-dbbackup](https://github.com/Archmonger/django-dbbackup) from 5.2.0 to 5.3.0. - [Release notes](https://github.com/Archmonger/django-dbbackup/releases) - [Changelog](https://github.com/Archmonger/django-dbbackup/blob/master/CHANGELOG.md) - [Commits](https://github.com/Archmonger/django-dbbackup/compare/5.2.0...5.3.0) --- updated-dependencies: - dependency-name: django-dbbackup dependency-version: 5.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- eproba/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eproba/requirements.txt b/eproba/requirements.txt index ab329c6..fe3bfa4 100644 --- a/eproba/requirements.txt +++ b/eproba/requirements.txt @@ -14,6 +14,6 @@ google-api-python-client==2.193.0 python-dotenv==1.2.2 psycopg[binary]==3.3.3 drf-spectacular==0.29.0 -django-dbbackup==5.2.0 +django-dbbackup==5.3.0 django-cors-headers==4.9.0 django-cleanup==9.0.0 \ No newline at end of file