Skip to content

Commit

Permalink
Remove unused dependency jeepney
Browse files Browse the repository at this point in the history
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
  • Loading branch information
WhyNotHugo committed Jan 2, 2025
1 parent a9a7624 commit 47910bf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
v25.7.0
=======

Bugfixes
--------

- Removed unused dependency ``jeepney``.

v25.6.0
=======

Expand Down
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"',
Expand Down

0 comments on commit 47910bf

Please sign in to comment.