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 python-ldap from 3.2.0 to 3.3.0 in /cvat/requirements #1775

Merged

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps python-ldap from 3.2.0 to 3.3.0.

Release notes

Sourced from python-ldap's releases.

3.3.0

Released 3.3.0 2020-06-18

Highlights:

  • LDAPError now contains additional fields, such as ctrls, result, msgid
  • passwd_s can now extract the newly generated password
  • LDAP connections can now be made from a file descriptor

This release is tested on Python 3.8, and the beta of Python 3.9.

The following undocumented functions are deprecated and scheduled for removal:

  • ldap.cidict.strlist_intersection
  • ldap.cidict.strlist_minus
  • ldap.cidict.strlist_union

Modules/

  • Ensure ReconnectLDAPObject is not left in an inconsistent state after a reconnection timeout
  • Syncrepl now correctly parses SyncInfoMessage when the message is a syncIdSet
  • Release GIL around global get/set option call
  • Do not leak serverctrls in result functions
  • Don't overallocate memory in attrs_from_List()
  • Fix thread support check for Python 3
  • With OpenLDAP 2.4.48, use the new header openldap.h

Lib/

  • Fix some edge cases regarding quoting in the schema tokenizer
  • Fix escaping a single space in ldap.escape_dn_chars
  • Fix string formatting in ldap.compare_ext_s
  • Prefer iterating dict instead of calling dict.keys()

Doc/

  • Clarify the relationship between initialize() and LDAPObject()
  • Improve documentation of TLS options
  • Update FAQ to include Samba AD-DC error message "Operation unavailable without authentication"
  • Fix several incorrect examples and demos (but note that these are not yet tested)
  • Update Debian installation instructions for Debian Buster
  • Typo fixes in docs and docstrings

Test/

  • Test and document error cases in ldap.compare_s
  • Test if reconnection is done after connection loss
  • Make test certificates valid for the far future
  • Use slapd -Tt instead of slaptest

Infrastructure:

  • Mark the LICENCE file as a license for setuptools
  • Use "unittest discover" rather than "setup.py test" to run tests
Commits

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 use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@coveralls
Copy link

Pull Request Test Coverage Report for Build 6017

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage increased (+0.009%) to 65.896%

Totals Coverage Status
Change from base Build 5996: 0.009%
Covered Lines: 10936
Relevant Lines: 16198

💛 - Coveralls

@nmanovic nmanovic merged commit 7f7e3ce into develop Jun 22, 2020
@nmanovic nmanovic deleted the dependabot/pip/cvat/requirements/python-ldap-3.3.0 branch June 22, 2020 13:10
frndmg pushed a commit to signatrix/cvat that referenced this pull request Aug 5, 2020
)

Bumps [python-ldap](https://github.com/python-ldap/python-ldap) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/python-ldap/python-ldap/releases)
- [Commits](python-ldap/python-ldap@python-ldap-3.2.0...python-ldap-3.3.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants