From 47910bfd9cd7a4201ef375f1d29f43393c79a616 Mon Sep 17 00:00:00 2001 From: Hugo Osvaldo Barrera Date: Thu, 2 Jan 2025 14:23:33 +0100 Subject: [PATCH] Remove unused dependency jeepney jeepney>=0.4.2 is listed as a dependency, but the README indicates that the jeepney backed was moved into a separate project. The dependency is not used directly any more either. Remove the unused dependency completely. See: https://gitlab.com/takluyver/keyring_jeepney --- NEWS.rst | 8 ++++++++ pyproject.toml | 1 - 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/NEWS.rst b/NEWS.rst index 19a6381b..913a2201 100644 --- a/NEWS.rst +++ b/NEWS.rst @@ -1,3 +1,11 @@ +v25.7.0 +======= + +Bugfixes +-------- + +- Removed unused dependency ``jeepney``. + v25.6.0 ======= diff --git a/pyproject.toml b/pyproject.toml index bb413dde..e70a9cab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,6 @@ requires-python = ">=3.9" dependencies = [ 'pywin32-ctypes>=0.2.0; sys_platform=="win32"', 'SecretStorage>=3.2; sys_platform=="linux"', - 'jeepney>=0.4.2; sys_platform=="linux"', 'importlib_metadata >= 4.11.4; python_version < "3.12"', "jaraco.classes", 'importlib_resources; python_version < "3.9"',