diff --git a/requirements.txt b/requirements.txt index fb0bf68..a81f3b8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,12 +1,12 @@ -e . black==25.11.0 -coverage==7.13.0 +coverage==7.13.3 django-ipware>=3 mypy==1.19.1 -prospector==1.17.3 +prospector==1.18.0 pytest-cov==7.0.0 pytest-django==4.11.1 pytest-subtests==0.15.0 pytest==9.0.2 -sphinx_rtd_theme==3.0.2 +sphinx_rtd_theme==3.1.0 tox==4.32.0 diff --git a/tests/test_checks.py b/tests/test_checks.py index 13ee188..1f5fdaa 100644 --- a/tests/test_checks.py +++ b/tests/test_checks.py @@ -134,6 +134,7 @@ class ConfCheckTestCase(AxesTestCase): warnings = run_checks() self.assertEqual(warnings, []) + class LockoutParametersCheckTestCase(AxesTestCase): @override_settings(AXES_LOCKOUT_PARAMETERS=["ip_address", "username"]) def test_valid_configuration(self):