From 893953a0d96265d302a2a02e656c1fdf049f4d25 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:36:53 +0000 Subject: [PATCH] Update dependency sqlite-utils to v3.39 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index ccd11f0..009a1cf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,7 +19,7 @@ flake8 = "==6.1.0" mypy = "==1.8.0" pytest = "==7.4.3" pytest-cov = "==4.1.0" -sqlite-utils = "==3.35.2" +sqlite-utils = "==3.39" [tool.mypy] show_error_codes = "True"