From 7ef580285ab8ae2ab91d33bf82cdeea6c3bd56eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 20:21:07 +0000 Subject: [PATCH] Bump dagster in /experimental/dm/dagster_dbt/dagster-project Bumps [dagster](https://github.com/dagster-io/dagster) from 1.12.9 to 1.13.1. - [Release notes](https://github.com/dagster-io/dagster/releases) - [Changelog](https://github.com/dagster-io/dagster/blob/master/CHANGES.md) - [Commits](https://github.com/dagster-io/dagster/compare/1.12.9...1.13.1) --- updated-dependencies: - dependency-name: dagster dependency-version: 1.13.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- experimental/dm/dagster_dbt/dagster-project/pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experimental/dm/dagster_dbt/dagster-project/pyproject.toml b/experimental/dm/dagster_dbt/dagster-project/pyproject.toml index af8a632107..f9c882d9f1 100644 --- a/experimental/dm/dagster_dbt/dagster-project/pyproject.toml +++ b/experimental/dm/dagster_dbt/dagster-project/pyproject.toml @@ -3,7 +3,7 @@ name = "dagster_project" requires-python = ">=3.10,<3.15" version = "0.1.0" dependencies = [ - "dagster==1.12.9", + "dagster==1.13.1", "dagster-dbt>=0.28.9", "dbt-duckdb>=1.10.0", "dbt-postgres>=1.10.0",