From 8f2beed5935306a73b8e424a27ee937dc1c7aac3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 07:45:17 +0000 Subject: [PATCH] Update dagster requirement from >=1.13.11 to >=1.13.17 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.17) --- updated-dependencies: - dependency-name: dagster dependency-version: 1.13.17 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..0726a21 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.17 dagster-cloud dagster-gcp>=0.29.11 google-cloud-storage