From ea1957a85f1308b3ec6966a1ced4e54a327aa757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 18:43:42 +0000 Subject: [PATCH] fix: bump django-axes from 5.13.0 to 7.0.1 Bumps [django-axes](https://github.com/jazzband/django-axes) from 5.13.0 to 7.0.1. - [Release notes](https://github.com/jazzband/django-axes/releases) - [Changelog](https://github.com/jazzband/django-axes/blob/master/CHANGES.rst) - [Commits](https://github.com/jazzband/django-axes/compare/5.13.0...7.0.1) --- updated-dependencies: - dependency-name: django-axes dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- dropship_project/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dropship_project/requirements.txt b/dropship_project/requirements.txt index b6f420e4..17825a5d 100644 --- a/dropship_project/requirements.txt +++ b/dropship_project/requirements.txt @@ -2,7 +2,7 @@ Django==5.1.4 djangorestframework==3.15.2 django-oauth-toolkit==3.0.1 django-allauth==0.45.0 -django-axes==5.13.0 +django-axes==7.0.1 django-recaptcha==2.0.6 django-otp==1.0.2 django-two-factor-auth==1.13.0