Skip to content

Commit

Permalink
Merge branch 'master' into ccrisan/add-linxdot-rk3566-support
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Oct 27, 2024
2 parents 17c8116 + 209c1d8 commit a2c867b
Show file tree
Hide file tree
Showing 3 changed files with 69 additions and 68 deletions.
1 change: 1 addition & 0 deletions hm_pyhelper/sbc.py
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ class DeviceVendorID(Enum):
111, # Syncrobit RKCM3 Testing
2006816, # Rob Testing
2061340, # Rob Testing
2173105, # Aaron Testing
]

NON_COMMERCIAL_FLEETS = [
Expand Down
134 changes: 67 additions & 67 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 @@ -14,7 +14,7 @@ packages = [

[tool.poetry.dependencies]
python = "^3.9"
requests = ">=2.28.1,<2.32.0"
requests = ">=2.32.2,<2.33.0"
retry = "~0.9.2"
base58 = "~2.1.1"
protobuf = "~4.23.4"
Expand Down

0 comments on commit a2c867b

Please sign in to comment.