From ded0c07701112f1ce1324fae8046f461089185ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Dec 2023 04:38:54 +0000 Subject: [PATCH] Bump python-ldap from 3.4.3 to 3.4.4 Bumps [python-ldap](https://github.com/python-ldap/python-ldap) from 3.4.3 to 3.4.4. - [Release notes](https://github.com/python-ldap/python-ldap/releases) - [Commits](https://github.com/python-ldap/python-ldap/compare/python-ldap-3.4.3...python-ldap-3.4.4) --- updated-dependencies: - dependency-name: python-ldap dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 31cd5fe..05c62dc 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. [[package]] name = "annotated-types" @@ -968,12 +968,12 @@ cli = ["click (>=5.0)"] [[package]] name = "python-ldap" -version = "3.4.3" +version = "3.4.4" description = "Python modules for implementing LDAP clients" optional = false python-versions = ">=3.6" files = [ - {file = "python-ldap-3.4.3.tar.gz", hash = "sha256:ab26c519a0ef2a443a2a10391fa3c5cb52d7871323399db949ebfaa9f25ee2a0"}, + {file = "python-ldap-3.4.4.tar.gz", hash = "sha256:7edb0accec4e037797705f3a05cbf36a9fde50d08c8f67f2aef99a2628fab828"}, ] [package.dependencies] @@ -1484,4 +1484,4 @@ test = ["flake8", "httpx", "pytest", "pytest-cov"] [metadata] lock-version = "2.0" python-versions = ">=3.9,<3.12" -content-hash = "04d370d8739aad12504d587ce9bb66b1495ef64928f00a9e9a94c00bf52f4bcb" +content-hash = "0ccc97f99cd7c50e24db1d01f1cc62517c3b3ef46883804a1fe38df03c86c3d8" diff --git a/pyproject.toml b/pyproject.toml index 47032e2..0440c18 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ psycopg2-binary = "^2.9.8" koji = "^1.33.1" gssapi = "^1.8.2" -python-ldap = "^3.4.3" +python-ldap = "^3.4.4" requests-gssapi = "^1.2.3" uvicorn = {extras = ["standard"], version = "^0.23.2"}