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-auth-ldap from 4.8.0 to 5.1.0 in /requirements #2549

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 22, 2024

Bumps django-auth-ldap from 4.8.0 to 5.1.0.

Release notes

Sourced from django-auth-ldap's releases.

5.1.0

What's Changed

Full Changelog: django-auth-ldap/django-auth-ldap@5.0.0...5.1.0

5.0.0

Breaking changes

An LDAPError during an LDAP search operation would cause the library to assume an empty result set. When mirroring groups, only a portion of a user groups would be mirrored. Allowing them to proceed with authentication may then break application access controls, as membership to a group (imagine an exclude group) would be missing.

The library now systematically sends the ldap_error django signal. If an LDAPError occurs during an operation, the operation is aborted. In particular, when mirroring groups (LDAPUser._mirror_groups), an AuthenticationFailed might now be raised.

See django-auth-ldap/django-auth-ldap#378 for details.

What else changed

Full Changelog: django-auth-ldap/django-auth-ldap@4.8.0...5.0.0

Commits
  • 943c800 Allow importing the backend without loading apps
  • 1966c9e Drop support for EOL Python 3.8
  • 3685761 Propagate LDAP errors instead of silently ignoring, send more ldap_error signals
  • 796129b Cache pip packages across GitHub actions
  • 2c5d07b Specify python-version for each GitHub action
  • 7508234 Add setuptools requirement to build docs with Python 3.12
  • 1850b19 Use tox-gh to simplify test matrix on GitHub
  • 92a1439 Add support for Python 3.13
  • 21c2296 Restore testing for Python 3.8 and 3.9
  • fb89efc Add support for Django 5.1
  • Additional commits viewable in compare view

Dependabot compatibility score

You can trigger a rebase of this PR 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

Bumps [django-auth-ldap](https://github.com/django-auth-ldap/django-auth-ldap) from 4.8.0 to 5.1.0.
- [Release notes](https://github.com/django-auth-ldap/django-auth-ldap/releases)
- [Changelog](https://github.com/django-auth-ldap/django-auth-ldap/blob/master/docs/changes.rst)
- [Commits](django-auth-ldap/django-auth-ldap@4.8.0...5.1.0)

---
updated-dependencies:
- dependency-name: django-auth-ldap
  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 Oct 22, 2024
@mlodic mlodic merged commit 577f8bf into develop Dec 19, 2024
12 checks passed
@dependabot dependabot bot deleted the dependabot/pip/requirements/develop/django-auth-ldap-5.1.0 branch December 19, 2024 16:34
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