From 5f105793cee72752b1ddf4ab58c3fcf001d92b81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 14 May 2026 10:57:50 +0000 Subject: [PATCH] build(medcat-model-distributor): bump the pip-deps group Bumps the pip-deps group in /medcat-model-distributor/webapp with 3 updates: [django-dbbackup](https://github.com/Archmonger/django-dbbackup), [django-storages](https://github.com/jschneier/django-storages) and [django-cron](https://github.com/tivix/django-cron). Updates `django-dbbackup` from 4.0.0b0 to 4.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/4.0.0b0...4.3.0) Updates `django-storages` from 1.12.3 to 1.14.6 - [Changelog](https://github.com/jschneier/django-storages/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jschneier/django-storages/compare/1.12.3...1.14.6) Updates `django-cron` from 0.5.1 to 0.6.0 - [Release notes](https://github.com/tivix/django-cron/releases) - [Changelog](https://github.com/Tivix/django-cron/blob/master/docs/changelog.rst) - [Commits](https://github.com/tivix/django-cron/compare/v0.5.1...v0.6.0) --- updated-dependencies: - dependency-name: django-dbbackup dependency-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: django-storages dependency-version: 1.14.6 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps - dependency-name: django-cron dependency-version: 0.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: pip-deps ... Signed-off-by: dependabot[bot] --- medcat-model-distributor/webapp/requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/medcat-model-distributor/webapp/requirements.txt b/medcat-model-distributor/webapp/requirements.txt index 362728eef..771e2a12b 100644 --- a/medcat-model-distributor/webapp/requirements.txt +++ b/medcat-model-distributor/webapp/requirements.txt @@ -1,6 +1,6 @@ Django==3.2.25 -django-dbbackup==4.0.0b0 -django-storages[boto3]==1.12.3 -django-cron==0.5.1 +django-dbbackup==4.3.0 +django-storages[boto3]==1.14.6 +django-cron==0.6.0 urllib3==2.7.0 requests