From 9f5cd9a2bb5ad2c4b34d0e45ecc3bb5798e52cb8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Jul 2022 22:24:38 +0000 Subject: [PATCH] Update peewee requirement from ~=3.15.0 to ~=3.15.1 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.15.0...3.15.1) --- updated-dependencies: - dependency-name: peewee dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 16399d2..93f7d91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ flask-ask-sdk~=1.0.0 ask-smapi-sdk~=1.0.0 ask-smapi-model~=1.14.7 -peewee~=3.15.0 +peewee~=3.15.1 gunicorn~=20.1.0 Flask-WTF~=1.0.1 requests~=2.28.1