From 4971242a668824f45f7fa87b5dc271fc3fd4e385 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 23:39:22 +0100 Subject: [PATCH] Bump dagster from 1.6.4 to 1.6.8 (#168) Bumps [dagster](https://github.com/dagster-io/dagster) from 1.6.4 to 1.6.8. - [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.6.4...1.6.8) --- updated-dependencies: - dependency-name: dagster dependency-type: direct:production update-type: version-update:semver-patch ... 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 3bc69aa9..764f5652 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -56,7 +56,7 @@ test = [ "pendulum >= 2.1.2" ] dagster = [ - "dagster == 1.6.4" + "dagster == 1.6.8" ] cloud = [ "msgpack == 1.0.8"