Update peewee requirement from ==3.14.* to ==3.15.*

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.14.0...3.15.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-07 12:11:05 +00:00 committed by GitHub
parent 573fdae37f
commit 992e57893c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ mypy == 0.942
numpy == 1.22.* numpy == 1.22.*
opencv-python-headless == 4.5.5.* opencv-python-headless == 4.5.5.*
paho-mqtt == 1.6.* paho-mqtt == 1.6.*
peewee == 3.14.* peewee == 3.15.*
peewee_migrate == 1.4.* peewee_migrate == 1.4.*
psutil == 5.9.* psutil == 5.9.*
pydantic == 1.9.* pydantic == 1.9.*