From 9728da3595cc628332fd8c1f59812d4032a76eac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 11:11:40 +0000 Subject: [PATCH] Update peewee requirement from ==3.16.* to ==3.17.* 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.16.0...3.17.0) --- updated-dependencies: - dependency-name: peewee dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docker/main/requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-wheels.txt b/docker/main/requirements-wheels.txt index e01b4a15a..d2ae3a976 100644 --- a/docker/main/requirements-wheels.txt +++ b/docker/main/requirements-wheels.txt @@ -7,7 +7,7 @@ numpy == 1.23.* onvif_zeep == 0.2.12 opencv-python-headless == 4.7.0.* paho-mqtt == 1.6.* -peewee == 3.16.* +peewee == 3.17.* peewee_migrate == 1.12.* psutil == 5.9.* pydantic == 1.10.*