fix(deps): update dependency python-ldap to v3.4.7 (#7680)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2026-05-26 23:38:02 +00:00
committed by GitHub
parent 0e22f3f8fa
commit 840da0e935
2 changed files with 4 additions and 4 deletions

View File

@@ -25,7 +25,7 @@ dependencies = [
"pyhumps==3.8.0", "pyhumps==3.8.0",
"python-dateutil==2.9.0.post0", "python-dateutil==2.9.0.post0",
"python-dotenv==1.2.2", "python-dotenv==1.2.2",
"python-ldap==3.4.5", "python-ldap==3.4.7",
"python-multipart==0.0.29", "python-multipart==0.0.29",
"python-slugify==8.0.4", "python-slugify==8.0.4",
"recipe-scrapers==15.11.0", "recipe-scrapers==15.11.0",

6
uv.lock generated
View File

@@ -1008,7 +1008,7 @@ requires-dist = [
{ name = "pyjwt", specifier = "==2.13.0" }, { name = "pyjwt", specifier = "==2.13.0" },
{ name = "python-dateutil", specifier = "==2.9.0.post0" }, { name = "python-dateutil", specifier = "==2.9.0.post0" },
{ name = "python-dotenv", specifier = "==1.2.2" }, { name = "python-dotenv", specifier = "==1.2.2" },
{ name = "python-ldap", specifier = "==3.4.5" }, { name = "python-ldap", specifier = "==3.4.7" },
{ name = "python-multipart", specifier = "==0.0.29" }, { name = "python-multipart", specifier = "==0.0.29" },
{ name = "python-slugify", specifier = "==8.0.4" }, { name = "python-slugify", specifier = "==8.0.4" },
{ name = "pyyaml", specifier = "==6.0.3" }, { name = "pyyaml", specifier = "==6.0.3" },
@@ -1664,13 +1664,13 @@ wheels = [
[[package]] [[package]]
name = "python-ldap" name = "python-ldap"
version = "3.4.5" version = "3.4.7"
source = { registry = "https://pypi.org/simple" } source = { registry = "https://pypi.org/simple" }
dependencies = [ dependencies = [
{ name = "pyasn1" }, { name = "pyasn1" },
{ name = "pyasn1-modules" }, { name = "pyasn1-modules" },
] ]
sdist = { url = "https://files.pythonhosted.org/packages/0c/88/8d2797decc42e1c1cdd926df4f005e938b0643d0d1219c08c2b5ee8ae0c0/python_ldap-3.4.5.tar.gz", hash = "sha256:b2f6ef1c37fe2c6a5a85212efe71311ee21847766a7d45fcb711f3b270a5f79a", size = 388482, upload-time = "2025-10-10T20:00:39.06Z" } sdist = { url = "https://files.pythonhosted.org/packages/b2/f4/60edeb794bbc9ed0ff2149bbaeec605f3ed331766459d195832ecbd0ba2d/python_ldap-3.4.7.tar.gz", hash = "sha256:bacd9fb680d20263d8570ade1cf234d90d281149a8beb4f079dd8f33f7613dc8", size = 387477, upload-time = "2026-05-20T13:41:04.358Z" }
[[package]] [[package]]
name = "python-multipart" name = "python-multipart"