From e6865b12f3c2f957275a4158fe5dd1647e62759b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2026 00:47:55 +0000 Subject: [PATCH] chore(deps): bump dramatiq from 1.18.0 to 2.1.0 in /backend Bumps [dramatiq](https://github.com/Bogdanp/dramatiq) from 1.18.0 to 2.1.0. - [Release notes](https://github.com/Bogdanp/dramatiq/releases) - [Commits](https://github.com/Bogdanp/dramatiq/compare/v1.18.0...v2.1.0) --- updated-dependencies: - dependency-name: dramatiq dependency-version: 2.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- backend/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/pyproject.toml b/backend/pyproject.toml index 2c6ca7f..62e0ff7 100644 --- a/backend/pyproject.toml +++ b/backend/pyproject.toml @@ -14,7 +14,7 @@ license = {file = "LICENSE.md"} readme = "README.md" description = "An opinionated template of a full-stack web application." dependencies = [ - "dramatiq ==1.18.0", + "dramatiq ==2.1.0", "dramatiq-pg ==0.12.0", "sqlalchemy[postgresql-psycopg2binary] ==2.0.48", "greenlet ==3.3.2", # Remove with SQLA 2.1, see also https://github.com/sqlalchemy/sqlalchemy/issues/7714