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"',