From c9a4bdd033c3e3280712cc1efa5d8ed030bb1983 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 07:44:18 +0000 Subject: [PATCH] Update dagster requirement from >=1.13.11 to >=1.13.14 Updates the requirements on [dagster](https://github.com/dagster-io/dagster) to permit the latest version. - [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.13.11...1.13.14) --- updated-dependencies: - dependency-name: dagster dependency-version: 1.13.14 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 dc6b3f3..592fb58 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ # NOTE: must NOT contain editable/path entries (e.g. `-e .`) — the PEX deps # builder cannot resolve those. The local packages (backend/, orchestration/) # are bundled into the source PEX automatically. -dagster>=1.13.11 +dagster>=1.13.14 dagster-cloud dagster-gcp>=0.29.11 google-cloud-storage