Skip to content

Commit

Permalink
Updated dbus-fast dependency to v2.0.0.
Browse files Browse the repository at this point in the history
This updates to a new version of `dbus-fast` that doesn't try to import
`gi` anymore.

Fixes: #1412
  • Loading branch information
dlech committed Sep 8, 2023
1 parent a377ce6 commit 2026a4c
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 34 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ and this project adheres to `Semantic Versioning <https://semver.org/spec/v2.0.0
`Unreleased`_
=============

Changed
-------
* Updated `dbus-fast` dependency to v2.0.0.

`0.21.0`_ (2023-09-02)
======================

Expand Down
69 changes: 36 additions & 33 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ bleak-winrt = { version = "^1.2.0", markers = "platform_system=='Windows'", pyth
"winrt-Windows.Foundation" = { version = "2.0.0b1", allow-prereleases = true, markers = "platform_system=='Windows'", python = ">=3.12" }
"winrt-Windows.Foundation.Collections" = { version = "2.0.0b1", allow-prereleases = true, markers = "platform_system=='Windows'", python = ">=3.12" }
"winrt-Windows.Storage.Streams" = { version = "2.0.0b1", allow-prereleases = true, markers = "platform_system=='Windows'", python = ">=3.12" }
dbus-fast = { version = "^1.83.0", markers = "platform_system == 'Linux'" }
dbus-fast = { version = "^2.0.0", markers = "platform_system == 'Linux'" }

[tool.poetry.group.docs.dependencies]
Sphinx = "^5.1.1"
Expand Down

0 comments on commit 2026a4c

Please sign in to comment.