From 9e3e0b19f3f95ccc7a83182a5dc09c9a167690a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Mar 2023 10:11:28 +0000 Subject: [PATCH] Bump peewee from 3.15.4 to 3.16.0 Bumps [peewee](https://github.com/coleifer/peewee) from 3.15.4 to 3.16.0. - [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.4...3.16.0) --- updated-dependencies: - dependency-name: peewee dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0661057..647a9be 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,4 +7,4 @@ urllib3==1.26.14 python-dotenv==0.21.1 PyMySQL==1.0.2 gunicorn==20.1.0 -peewee==3.15.4 \ No newline at end of file +peewee==3.16.0 \ No newline at end of file