d120 / djangocms

An instance of django CMS used to build d120.de.
1 stars 0 forks source link

Bump django-auth-ldap from 2.2.0 to 4.3.0 #242

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps django-auth-ldap from 2.2.0 to 4.3.0.

Release notes

Sourced from django-auth-ldap's releases.

4.3.0

What's Changed

New Contributors

Full Changelog: https://github.com/django-auth-ldap/django-auth-ldap/compare/4.2.0...4.3.0

4.2.0

What's Changed

Full Changelog: https://github.com/django-auth-ldap/django-auth-ldap/compare/4.1.0...4.2.0

4.1.0

What's Changed

New Contributors

Full Changelog: https://github.com/django-auth-ldap/django-auth-ldap/compare/4.0.0...4.1.0

4.0.0

What's Changed

New Contributors

... (truncated)

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>.
Commits
  • 4ec3ef2 Drop support for Django 4.0, add Django 4.2
  • 9fb5871 Update changelog to GitHub releases page
  • 5015047 Add changelog URL to PyPI package metadata
  • 60f3983 Update link to tox -e
  • 5cfa43a tox: whitelist_externals → allowlist_externals
  • 5b5e26f Update test matrix
  • 30f31bb Add support for Python 3.11
  • 7833420 Simplify pyproject.toml
  • a6e03c6 Add support for Django 4.1
  • 55d2ebe Drop support for Django 2.2
  • 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)
dependabot[bot] commented 1 year ago

Superseded by #264.