From 0ae262726bc82d6a80cda77d744f5842ffbd896a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 13:18:57 +0000 Subject: [PATCH] Update types-peewee requirement from ==3.17.* to ==4.0.* in /docker/main Updates the requirements on [types-peewee](https://github.com/python/typeshed) to permit the latest version. - [Commits](https://github.com/python/typeshed/commits) --- updated-dependencies: - dependency-name: types-peewee dependency-version: 4.0.1.20260426 dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- docker/main/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/main/requirements-dev.txt b/docker/main/requirements-dev.txt index ac9d35758..16f2f8071 100644 --- a/docker/main/requirements-dev.txt +++ b/docker/main/requirements-dev.txt @@ -1,4 +1,4 @@ ruff # types -types-peewee == 3.17.* +types-peewee == 4.0.*