1 Commits

Author SHA1 Message Date
dependabot[bot]
d11f2e2772 fix(deps): bump pillow from 9.4.0 to 12.0.0
Bumps [pillow](https://github.com/python-pillow/Pillow) from 9.4.0 to 12.0.0.
- [Release notes](https://github.com/python-pillow/Pillow/releases)
- [Changelog](https://github.com/python-pillow/Pillow/blob/main/CHANGES.rst)
- [Commits](https://github.com/python-pillow/Pillow/compare/9.4.0...12.0.0)

---
updated-dependencies:
- dependency-name: pillow
  dependency-version: 12.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-20 14:16:19 +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,6 +1,6 @@
RPi.GPIO==0.7.1
spidev==3.5
Pillow==9.4.0
Pillow==12.0.0
numpy==2.1.3
rich==13.9.4
pandas==2.2.3