From becd21663a57468cec2e1be52ef81f168c54cf3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Apr 2024 15:58:14 +0000 Subject: [PATCH] chore(deps): bump django-napse in /backend/requirements Bumps [django-napse](https://github.com/napse-invest/django-napse) from 1.13.3 to 1.13.8. - [Release notes](https://github.com/napse-invest/django-napse/releases) - [Changelog](https://github.com/napse-invest/django-napse/blob/main/CHANGELOG.md) - [Commits](https://github.com/napse-invest/django-napse/compare/v1.13.3...v1.13.8) --- updated-dependencies: - dependency-name: django-napse dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- backend/requirements/base.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/requirements/base.txt b/backend/requirements/base.txt index fc54f9f..7778144 100644 --- a/backend/requirements/base.txt +++ b/backend/requirements/base.txt @@ -19,7 +19,7 @@ django-celery-beat==2.6.0 # https://github.com/celery/django-celery-beat drf-spectacular==0.27.1 # https://github.com/tfranzel/drf-spectacular django-cors-headers==4.3.1 # https://github.com/adamchainz/django-cors-headers djangorestframework-api-key==3.0.0 -django-napse==1.13.3 # https://github.com/napse-invest/django-napse +django-napse==1.13.8 # https://github.com/napse-invest/django-napse # # External tools boto3==1.34.81 # https://boto3.amazonaws.com/v1/documentation/api/latest/guide/quickstart.html