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

chore(deps): update django-auth-ldap requirement from ^4.6.0 to >=4.6,<6.0 #158

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

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 5, 2025

Updates the requirements on django-auth-ldap to permit the latest version.

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

Changelog

Sourced from django-auth-ldap's changelog.

Change Log

.. important:: The releases are now tracked using the GitHub releases <https://github.com/django-auth-ldap/django-auth-ldap/releases>_. The following remains for historical purposes.

Old changes

Breaking changes ^^^^^^^^^^^^^^^^

  • The signal ldap_error now has an additional request keyword argument.

  • Added support for Python 3.10.

  • Added support for Django 4.0.

3.0.0 — 2021-07-19

  • Dropped support for Django 3.0.

Breaking changes ^^^^^^^^^^^^^^^^

  • Dropped deprecated setting AUTH_LDAP_CACHE_GROUPS.
  • Callables passed to AUTH_LDAP_SERVER_URI must now take a request positional argument.

2.4.0 - 2021-04-06

  • Added support for Django 3.2.

2.3.0 - 2021-02-15

  • Removed support for end of life Django 1.11. django-auth-ldap now requires Django 2.2+.
  • Removed support for end of life Python 3.5.
  • Added support for Django 3.1.
  • Added support for Python 3.9.
  • Removed dev-requirements.txt in favor of :doc:tox <tox:index>.

2.2.0 - 2020-06-02

  • Added support for the escape argument in LDAPSearchUnion.execute().

2.1.1 - 2020-03-26

... (truncated)

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 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 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)

@dependabot dependabot bot added dependencies To do with project dependencies and Python/Django version updates python Pull requests that update Python code labels Feb 5, 2025
@dependabot dependabot bot force-pushed the dependabot/pip/django-auth-ldap-gte-4.6-and-lt-6.0 branch from 93bf089 to 3da8de6 Compare February 13, 2025 09:53
Updates the requirements on [django-auth-ldap](https://github.com/django-auth-ldap/django-auth-ldap) to permit the latest version.
- [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.6.0...5.1.0)

---
updated-dependencies:
- dependency-name: django-auth-ldap
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/pip/django-auth-ldap-gte-4.6-and-lt-6.0 branch from 3da8de6 to ab78c3f Compare February 13, 2025 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies To do with project dependencies and Python/Django version updates python Pull requests that update Python code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants