From 50d9538553129197663bbfc3490f68b6be1876f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:38:00 +0000 Subject: [PATCH 1/3] =?UTF-8?q?=E2=AC=86(deps):=20Bump=20python-ldap=20fro?= =?UTF-8?q?m=203.4.3=20to=203.4.4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3e0fc9cc..5d5b3bba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -19,7 +19,7 @@ social-auth-app-django==5.3.0 # (see https://python-social-auth.readthedocs.io/en/stable/installing.html#using-the-extras-options) social-auth-core[openidconnect]==4.4.2 # TODO: updated, pre-built Windows wheels might be available after this is resolved: https://github.com/python-ldap/python-ldap/issues/511 -python-ldap==3.4.3 +python-ldap==3.4.4 # Async-related packages (mainly for sending of emails) channels[daphne]==4.0.0 From 6043019f835aa1a7b63126d9ccf41fe5e6e94e9c Mon Sep 17 00:00:00 2001 From: Gunvor4 Date: Mon, 26 Feb 2024 17:35:10 +0100 Subject: [PATCH 2/3] Made changes to README file Christoph Gohlke has released new versions of python-ldap wheels on GitHub (:-D), and his old site is no longer working. The README file has now been updated with the correct link for python-ldap wheels. --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5f76dc89..8f4fd485 100644 --- a/README.md +++ b/README.md @@ -66,8 +66,7 @@ and set the following settings (File → Settings...): ``` 1. Install requirements: * If using Windows, first download the correct wheel for the [`python-ldap`](https://pypi.org/project/python-ldap/) package - from [Christoph Gohlke's page](https://www.lfd.uci.edu/~gohlke/pythonlibs/#_python-ldap) - (linked to by [`python-ldap`'s documentation](https://www.python-ldap.org/en/python-ldap-3.4.0/installing.html#windows)) + from [Christoph Gohlke](https://github.com/cgohlke)'s [python-ldap-build repository](https://github.com/cgohlke/python-ldap-build). and install it: ```shell pip install [path to .whl file] From bb2ea2bccfd958dbb289d9349ec3269f71779c43 Mon Sep 17 00:00:00 2001 From: Gunvor4 Date: Mon, 26 Feb 2024 17:44:56 +0100 Subject: [PATCH 3/3] Included link to updated python-ldap wheels in requirements.txt --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5d5b3bba..5579ac46 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ social-auth-app-django==5.3.0 # This is already a requirement of `social-auth-app-django`, but it's listed here to provide the `openidconnect` extra # (see https://python-social-auth.readthedocs.io/en/stable/installing.html#using-the-extras-options) social-auth-core[openidconnect]==4.4.2 -# TODO: updated, pre-built Windows wheels might be available after this is resolved: https://github.com/python-ldap/python-ldap/issues/511 +# python-ldap wheels are now available via https://github.com/cgohlke/python-ldap-build/releases python-ldap==3.4.4 # Async-related packages (mainly for sending of emails)