From fc877cbb54b59815a627b05b28480aa4a99c39be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 5 Sep 2024 22:51:01 +0200 Subject: [PATCH] Bump dagster from 1.7.13 to 1.8.4 (#307) Bumps [dagster](https://github.com/dagster-io/dagster) from 1.7.13 to 1.8.4. - [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.7.13...1.8.4) --- updated-dependencies: - dependency-name: dagster dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 212d313..97b84a4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ test = [ "pendulum >= 2.1.2" ] dagster = [ - "dagster == 1.7.13" + "dagster == 1.8.4" ] cloud = [ "msgpack == 1.0.8",