Skip to content

Update dependency python-ldap to v3.4.8 - #305

Open
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/python-ldap-3.x
Open

renovate[bot] wants to merge 1 commit into
mainfrom
renovate/python-ldap-3.x

Conversation

@renovate

@renovate renovate Bot commented Sep 19, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Change Age Confidence
python-ldap (changelog) ==3.4.7==3.4.8 age confidence

Release Notes

python-ldap/python-ldap (python-ldap)

v3.4.8: 3.4.8

Compare Source

Fixes:

  • Plugged memory and reference leaks at error-handling time (#​40, #​617, #​619,
    #​620, #​621, #​622, #​632)
  • VLV control now honours contextID passed in (#​618)
  • ldapurl now correctly escapes when emitting a HTML anchor (#​628)
  • _ldap.str2dn now handles empty string correctly (#​549)
  • handle server-sent invalid UTF-8 correctly (by throwing an error) (#​624)
  • corrected ldap.functions export list to remove long gone items

Doc:

  • fd ownership has now been clarified - if providing an fd to set up a new
    LDAPObject, it is now owned and managed by the module, do not close it
    yourself (#​575)
  • clarifications on handling EINTR -> use OPT_RESTART (#​242)
  • clarified build dependencies (#​569)
  • clarified OPT_CLIENT_CONTROLS/OPT_SERVER_CONTROLS (#​639)

Infrastructure:

  • Build requirement pinned to setuptools>=61: older setuptools ignores
    the PEP 621 [project] table and produces an sdist with broken metadata
    (Name: unknown), which made pip silently fall back to ancient releases
    when building 3.4.5 from source (#​616). Old environments now fail with a
    clear resolver error instead.
  • Removed the [install] section (compile/optimize) from
    setup.cfg; it caused bdist_wheel to embed __pycache__
    byte-code files in published wheels (#​615).

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Signed-off-by: Renovate Bot <bot@renovateapp.com>
@renovate renovate Bot added the renovate label Sep 19, 2026
@renovate

renovate Bot commented Sep 19, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: Pipfile.lock
Command failed: pipenv lock
Creating a virtualenv for this project
Pipfile: /tmp/renovate/repos/github/osism/openstack-project-manager/Pipfile
Using /usr/local/bin/python3 3.10.21 to create virtualenv...
created virtual environment CPython3.10.21.final.0-64-x86_64 in 1747ms
  creator 
CPython3Posix(dest=/runner/cache/others/virtualenvs/openstack-project-manager-rl
sV6fXC, clear=False, no_vcs_ignore=False, global=False)
  seeder FromAppData(download=False, pip=bundle, setuptools=bundle, via=copy, 
app_data_dir=/tmp/containerbase/cache/.cache/virtualenv)
    added seed packages: pip==26.2.1, setuptools==84.0.0
  activators 
BashActivator,CShellActivator,FishActivator,NushellActivator,PowerShellActivator
,PythonActivator,XonshActivator

Successfully created virtual environment!
Virtualenv location: /runner/cache/others/virtualenvs/openstack-project-manager-rlsV6fXC
Locking  dependencies...
ERROR: No matching distribution found for openstacksdk==4.17.0

The conflict is caused by:
    The user requested openstacksdk==4.17.0
Traceback (most recent call last):
  File 
"/opt/containerbase/tools/pipenv/2026.8.0/3.10.21/lib/python3.10/site-packages/p
ipenv/routines/lock.py", line 408, in do_lock
    venv_resolve_deps(
  File 
"/opt/containerbase/tools/pipenv/2026.8.0/3.10.21/lib/python3.10/site-packages/p
ipenv/utils/resolver.py", line 2061, in venv_resolve_deps
    results = _run_resolver_subprocess(
  File 
"/opt/containerbase/tools/pipenv/2026.8.0/3.10.21/lib/python3.10/site-packages/p
ipenv/utils/resolver.py", line 1679, in _run_resolver_subprocess
    locked = _dispatch_resolver_response(response, st)
  File 
"/opt/containerbase/tools/pipenv/2026.8.0/3.10.21/lib/python3.10/site-packages/p
ipenv/utils/resolver.py", line 1793, in _dispatch_resolver_response
    raise exc
pipenv.exceptions.ResolutionFailure: ERROR: ERROR: No matching distribution 
found for openstacksdk==4.17.0

The conflict is caused by:
    The user requested openstacksdk==4.17.0


Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

1 participant