diff --git a/pyproject.toml b/pyproject.toml index 9af35f749..334407ed3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ dependencies = [ "pyhumps==3.8.0", "python-dateutil==2.9.0.post0", "python-dotenv==1.2.2", - "python-ldap==3.4.5", + "python-ldap==3.4.7", "python-multipart==0.0.29", "python-slugify==8.0.4", "recipe-scrapers==15.11.0", diff --git a/uv.lock b/uv.lock index 0b67070d8..304980a48 100644 --- a/uv.lock +++ b/uv.lock @@ -1008,7 +1008,7 @@ requires-dist = [ { name = "pyjwt", specifier = "==2.13.0" }, { name = "python-dateutil", specifier = "==2.9.0.post0" }, { 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-slugify", specifier = "==8.0.4" }, { name = "pyyaml", specifier = "==6.0.3" }, @@ -1664,13 +1664,13 @@ wheels = [ [[package]] name = "python-ldap" -version = "3.4.5" +version = "3.4.7" source = { registry = "https://pypi.org/simple" } dependencies = [ { name = "pyasn1" }, { 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]] name = "python-multipart"