From 626bbb5f70f8d34a3441ccd68f63496c3fead18f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Jan 2023 09:20:20 +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.46) --- 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..f2270e20eb 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.47", "sqlalchemy>=1.3.24" ], "redshift": [