From e7acaae07a7e5bff274596187eaf800d9afc76eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jun 2026 05:12:29 +0000 Subject: [PATCH] build(deps): update yoyo-migrations requirement from >=8.2.0 to >=9.0.0 Updates the requirements on [yoyo-migrations](https://ollycope.com/software/yoyo/latest/) to permit the latest version. --- updated-dependencies: - dependency-name: yoyo-migrations dependency-version: 9.0.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9f86949..fec669a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -28,7 +28,7 @@ Pillow>=10.3.0 packaging>=24.0 # Database migrations -yoyo-migrations>=8.2.0 +yoyo-migrations>=9.0.0 # SQLCipher for full-database encryption sqlcipher3-wheels==0.5.7