PHACDataHub / django-phac_aspc-helpers

Provides a series of helpers to provide a consistent experience accross PHAC-ASPC's Django based projects.
MIT License
0 stars 0 forks source link

chore(deps): bump django-axes from 5.40.1 to 6.1.0 #30

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps django-axes from 5.40.1 to 6.1.0.

Changelog

Sourced from django-axes's changelog.

6.1.0 (2023-07-30)

  • Set AXES_SENSITIVE_PARAMETERS default value to ["username", "ip_address"] in addition to the AXES_PASSWORD_FORM_FIELD configuration flag. This masks the username and IP address fields by default in the logs when writing information about login attempts to the application logs. Reverting to old configuration default of [] can be done by setting AXES_SENSITIVE_PARAMETERS = [] in the Django project settings file. [GitRon]
  • Improve documentation on GDPR and privacy notes and configuration flags. [GitRon]

6.0.5 (2023-07-01)

  • Add Indonesion translation. [kiraware]

6.0.4 (2023-06-22)

  • Remove unused methods from AxesStandaloneBackend. [314eter]

6.0.3 (2023-06-18)

  • Add username to admin fieldsets. [sevdog]

6.0.2 (2023-06-13)

  • Add Django system checks for validating callable import path settings. [iafisher]
  • Improve documentation. [hirotasoshu]
  • Improve repository issue and PR templates. [hirotasoshu]

6.0.1 (2023-05-17)

  • Fine-tune CI pipelines and RTD build requirements. [aleksihakli]

... (truncated)

Commits
  • 61da8fb Version 6.1.0
  • e9db2d9 #1093: "AXES_SENSITIVE_PARAMETERS" now have sensible defaults to follow "pri...
  • ab78724 Typo fix
  • c234f53 Changes and typo fix
  • 72f3be3 #438: Added docs about GDPR best practice
  • 9a54187 chore: update docstrings about settings.AXES_COOLOFF_TIME
  • ebe1b74 test: fix duplicate test names in AxesCoolOffTestCase
  • b5a3e7d fix: rename ISSUE_TEMPLATES to ISSUE_TEMPLATE (typo)
  • cf8ffdd chore(deps): bump black from 23.3.0 to 23.7.0
  • 1d4e1e3 chore(deps): bump tox from 4.6.3 to 4.6.4
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
lucbelliveau commented 1 year ago

This will need a proper test... @juleskuehn or @AlexCLeduc if you have time... although it won't impact ITAP since the move to OAuth...

github-actions[bot] commented 1 year ago

Coverage

Coverage Report
FileStmtsMissCoverMissing
setup.py220%1–3
phac_aspc/django/admin/decorators
   admin_decorators.py18289%37–38
phac_aspc/django/helpers/auth
   backend.py28280%2–36
   views.py442739%21, 26–29, 34–42, 47–99
phac_aspc/django/helpers/locale
   code.py8362%10, 13–14
phac_aspc/django/helpers/templatetags
   phac_aspc_auth.py7186%13
   phac_aspc_localization.py11464%11, 26–29
phac_aspc/django/helpers/views
   wet.py10640%12–19
phac_aspc/django/localization
   hooks.py660%2–16
phac_aspc/django/localization/decorators
   __init__.py220%4–6
   localization_decorators.py11110%4–46
phac_aspc/django/settings
   security.py251252%41–69
   utils.py54296%103, 154
TOTAL48610678% 

Tests Skipped Failures Errors Time
13 0 :zzz: 0 :x: 0 :fire: 1.002s :stopwatch:
AlexCLeduc commented 1 year ago

Works locally in ITAP (other projects aren't really pertinent yet), but CI can't install pip packages from git so I can't easily try other environments. Since I've fixed the deprecations warnings I'm thinking we can just merge and keep an eye out for issues

lucbelliveau commented 1 year ago

Thanks @AlexCLeduc !