Compare commits

...
Author SHA1 Message Date
dependabot[bot]andGitHub c29215d260 Update peewee requirement from ==3.17.* to ==4.5.* in /docker/main
Updates the requirements on [peewee](https://github.com/coleifer/peewee) to permit the latest version.
- [Release notes](https://github.com/coleifer/peewee/releases)
- [Changelog](https://github.com/coleifer/peewee/blob/master/CHANGELOG.md)
- [Commits](https://github.com/coleifer/peewee/compare/3.17.0...4.5.1)

---
updated-dependencies:
- dependency-name: peewee
  dependency-version: 4.5.1
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-09-15 11:33:13 +00:00
+1 -1
View File
@@ -20,7 +20,7 @@ mypy == 1.6.1
onvif-zeep-async == 4.0.*
paho-mqtt == 2.1.*
pandas == 2.2.*
peewee == 3.17.*
peewee == 4.5.*
peewee_migrate == 1.14.*
psutil == 7.1.*
pydantic == 2.10.*