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.4.0 #264

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps django-auth-ldap from 2.2.0 to 4.4.0.

Release notes

Sourced from django-auth-ldap's releases.

4.4.0

What's Changed

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

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

... (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
  • 342c103 Unify release workflow
  • 46d9662 Move building a release and uploading to PyPI to GitHub actions
  • b3b3dad Drop support for Python 3.7
  • 660ed3d Test against Python 3.12-dev
  • d002225 Switch to pyproject.toml
  • d3a6ef6 Update tox envlist
  • 6073353 Remove package= from setup.cfg
  • 827bf49 Bump actions/checkout from 2 to 3
  • 6ab58d4 Bump actions/setup-python from 2 to 4
  • ab97948 Use dependabot to update GitHub actions
  • 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 #271.