Update peewee stubs to v3.16 (#9827)

Bump peewee to 3.16.*

Release: https://pypi.org/pypi/peewee/3.16.0
Homepage: https://github.com/coleifer/peewee/
Diff: https://github.com/coleifer/peewee/compare/3.15.4...3.16.0

Stubsabot analysis of the diff between the two releases:
 - 0 public Python files have been added.
 - 0 files included in typeshed's stubs have been deleted.
 - 1 file included in typeshed's stubs has been modified or renamed: `peewee.py`.
 - Total lines of Python code added: 120.
 - Total lines of Python code deleted: 90.

Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
This commit is contained in:
github-actions[bot]
2023-02-28 00:46:57 +00:00
committed by GitHub
co-authored by Alex Waygood
parent 21c9ac5df6
commit 05b294e911
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -1 +1 @@
version = "3.15.*"
version = "3.16.*"