From 8b24f5b841ab4ddd2017aac135c0e928e8b89784 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:14:07 +0000 Subject: [PATCH] Bump dramatiq[redis] from 1.17.1 to 1.18.0 Bumps [dramatiq[redis]](https://github.com/Bogdanp/dramatiq) from 1.17.1 to 1.18.0. - [Release notes](https://github.com/Bogdanp/dramatiq/releases) - [Commits](https://github.com/Bogdanp/dramatiq/compare/v1.17.1...v1.18.0) --- updated-dependencies: - dependency-name: dramatiq[redis] dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 219ed107..93caa2e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -220,7 +220,7 @@ dependencies = [ "argon2_cffi ==23.1.0", "asgi-babel==0.10.0", "asyncpg ==0.30.0", - "dramatiq[redis] ==1.17.1", + "dramatiq[redis] ==1.18.0", "email_validator ==2.2.0", "fastapi ==0.115.4", "fief-client ==0.20.0",