Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NabuCasa/universal-silabs-flasher
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.20
Choose a base ref
...
head repository: NabuCasa/universal-silabs-flasher
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.0.21
Choose a head ref
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Jul 8, 2024

  1. add requirement dependency of click version 8.0.0 or greater to suppo…

    …rt get_parameter_source (#72)
    
    Update pyproject.toml
    sinipelto authored Jul 8, 2024

    Verified

    This commit was signed with the committer’s verified signature.
    Byron Sebastian Thiel
    Copy the full SHA
    d58c32b View commit details

Commits on Jul 10, 2024

  1. Verified

    This commit was signed with the committer’s verified signature.
    Byron Sebastian Thiel
    Copy the full SHA
    e8e35a0 View commit details
Showing with 2 additions and 2 deletions.
  1. +2 −2 pyproject.toml
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -14,11 +14,11 @@ readme = "README.md"
license = {text = "GPL-3.0"}
requires-python = ">=3.8"
dependencies = [
"click",
"click>=8.0.0",
"zigpy",
"crc",
"bellows~=0.39.0",
'gpiod==1.5.4; platform_system=="Linux"',
'gpiod; platform_system=="Linux"',
"coloredlogs",
"async_timeout",
"typing_extensions",