Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump django-axes from 5.40.1 to 6.1.0 #401

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 31, 2023

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)

Bumps [django-axes](https://github.com/jazzband/django-axes) from 5.40.1 to 6.1.0.
- [Release notes](https://github.com/jazzband/django-axes/releases)
- [Changelog](https://github.com/jazzband/django-axes/blob/master/CHANGES.rst)
- [Commits](jazzband/django-axes@5.40.1...6.1.0)

---
updated-dependencies:
- dependency-name: django-axes
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file python Pull requests that update Python code labels Jul 31, 2023
@dependabot dependabot bot requested a review from dethos July 31, 2023 04:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants