Skip to content

Commit

Permalink
Update remaining pyobjc packages
Browse files Browse the repository at this point in the history
  • Loading branch information
cdce8p authored and dlech committed Sep 25, 2024
1 parent a2ee6ee commit 0eaa510
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 28 deletions.
56 changes: 30 additions & 26 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ python = ">=3.8,<3.14"
async-timeout = { version = ">= 3.0.0, < 5", python = "<3.11" }
typing-extensions = { version = ">=4.7.0", python = "<3.12" }
pyobjc-core = { version = "^10.3", markers = "platform_system=='Darwin'" }
pyobjc-framework-CoreBluetooth = { version = "^10.0", markers = "platform_system=='Darwin'" }
pyobjc-framework-libdispatch = { version = "^10.0", markers = "platform_system=='Darwin'" }
pyobjc-framework-CoreBluetooth = { version = "^10.3", markers = "platform_system=='Darwin'" }
pyobjc-framework-libdispatch = { version = "^10.3", markers = "platform_system=='Darwin'" }
bleak-winrt = { version = "^1.2.0", markers = "platform_system=='Windows'", python = "<3.12" }
"winrt-runtime" = { version = "^2", markers = "platform_system=='Windows'", python = ">=3.12" }
"winrt-Windows.Devices.Bluetooth" = { version = "^2", markers = "platform_system=='Windows'", python = ">=3.12" }
Expand Down

0 comments on commit 0eaa510

Please sign in to comment.