From dab647c9890c607bc7f64400867a7545f43d7c94 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Feb 2023 10:12:00 +0000 Subject: [PATCH] Update great-expectations requirement in /integration/common Updates the requirements on [great-expectations](https://github.com/great-expectations/great_expectations) to permit the latest version. - [Release notes](https://github.com/great-expectations/great_expectations/releases) - [Changelog](https://github.com/great-expectations/great_expectations/blob/develop/docs/changelog.md) - [Commits](https://github.com/great-expectations/great_expectations/compare/0.13.26...0.15.49) --- updated-dependencies: - dependency-name: great-expectations dependency-type: direct:development ... Signed-off-by: dependabot[bot] --- integration/common/setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration/common/setup.py b/integration/common/setup.py index 84bea30b2a..4de93e95dc 100644 --- a/integration/common/setup.py +++ b/integration/common/setup.py @@ -36,7 +36,7 @@ "pyyaml>=5.3.1" ], "great_expectations": [ - "great_expectations>=0.13.26,<0.15.35", + "great_expectations>=0.13.26,<0.15.50", "sqlalchemy>=1.3.24" ], "redshift": [