From 96c8ade843fd52cf0cd3b72cc46c8013f5a2904b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 11 Jul 2024 17:08:29 -0700 Subject: [PATCH] [stubsabot] Bump peewee to 3.17.6 (#12290) Release: https://pypi.org/pypi/peewee/3.17.6 Homepage: https://github.com/coleifer/peewee/ Repository: https://github.com/coleifer/peewee Typeshed stubs: https://github.com/python/typeshed/tree/main/stubs/peewee Diff: https://github.com/coleifer/peewee/compare/3.17.5...3.17.6 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: 234. - Total lines of Python code deleted: 61. --- stubs/peewee/METADATA.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stubs/peewee/METADATA.toml b/stubs/peewee/METADATA.toml index f4f90b5e4..56d2e8794 100644 --- a/stubs/peewee/METADATA.toml +++ b/stubs/peewee/METADATA.toml @@ -1,4 +1,4 @@ -version = "3.17.5" +version = "3.17.6" upstream_repository = "https://github.com/coleifer/peewee" # We're not providing stubs for all playhouse modules right now # https://github.com/python/typeshed/pull/11731#issuecomment-2065729058