From 7283e69fabf376f94e1d9c02768ed08f84e81f6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Dec 2025 10:02:28 +0000 Subject: [PATCH] Update procrastinate[django] requirement Updates the requirements on [procrastinate[django]](https://github.com/procrastinate-org/procrastinate) to permit the latest version. - [Release notes](https://github.com/procrastinate-org/procrastinate/releases) - [Changelog](https://github.com/procrastinate-org/procrastinate/blob/main/CHANGELOG.md) - [Commits](https://github.com/procrastinate-org/procrastinate/compare/3.5.3...3.6.0) --- updated-dependencies: - dependency-name: procrastinate[django] dependency-version: 3.6.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index dcd9faa..4e9c11c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ dependencies = [ "mdgen>=0.1.10,<0.1.11", "mutagen>=1.47.0,<1.48.0", "pillow>=12.0.0,<12.1.0", - "procrastinate[django]>=3.5.3,<3.6.0", + "procrastinate[django]>=3.5.3,<3.7.0", "psycopg[pool]>=3.2.12,<3.3.0", "pymemcache>=4.0.0,<4.1.0", "python-magic>=0.4.27,<0.4.28",