From d0156b0add0eced605b127e28cef62e08894d3ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Apr 2023 12:09:03 +0000 Subject: [PATCH] Update peewee-migrate requirement from ==1.6.* to ==1.7.* Updates the requirements on [peewee-migrate](https://github.com/klen/peewee_migrate) to permit the latest version. - [Release notes](https://github.com/klen/peewee_migrate/releases) - [Changelog](https://github.com/klen/peewee_migrate/blob/develop/Changelog) - [Commits](https://github.com/klen/peewee_migrate/compare/1.6.0...1.7.1) --- updated-dependencies: - dependency-name: peewee-migrate dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-wheels.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-wheels.txt b/requirements-wheels.txt index b19c7947f..4d78c840a 100644 --- a/requirements-wheels.txt +++ b/requirements-wheels.txt @@ -7,7 +7,7 @@ numpy == 1.23.* opencv-python-headless == 4.5.5.* paho-mqtt == 1.6.* peewee == 3.15.* -peewee_migrate == 1.6.* +peewee_migrate == 1.7.* psutil == 5.9.* pydantic == 1.10.* PyYAML == 6.0