1 Commits

Author SHA1 Message Date
dependabot[bot]
5cb6435108 fix(deps): bump spidev from 3.5 to 3.8
Bumps [spidev](https://github.com/doceme/py-spidev) from 3.5 to 3.8.
- [Release notes](https://github.com/doceme/py-spidev/releases)
- [Changelog](https://github.com/doceme/py-spidev/blob/master/CHANGELOG.md)
- [Commits](https://github.com/doceme/py-spidev/compare/v3.5...v3.8)

---
updated-dependencies:
- dependency-name: spidev
  dependency-version: '3.8'
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-09-22 12:16:23 +00:00
2 changed files with 2 additions and 2 deletions

View File

@@ -12,7 +12,7 @@
# - is_wifi_connected: Checks for Wi-Fi connectivity using the nmcli command.
# The script starts by loading shared data configurations, then initializes and sta
# bjorn.py test
# bjorn.py
import threading

View File

@@ -1,5 +1,5 @@
RPi.GPIO==0.7.1
spidev==3.5
spidev==3.8
Pillow==9.4.0
numpy==2.1.3
rich==13.9.4