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 6.0.5 to 6.1.0 #1400

Merged
merged 1 commit into from
Aug 3, 2023

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps django-axes from 6.0.5 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]
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
  • See full diff 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 6.0.5 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@6.0.5...6.1.0)

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

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
@rolandgeider rolandgeider merged commit 3203abe into master Aug 3, 2023
5 checks passed
@dependabot dependabot bot deleted the dependabot/pip/django-axes-6.1.0 branch August 3, 2023 15:19
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.

1 participant