From 68e6bcddb4107f5325b938022561e71ea5bce97d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 10:18:13 +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_rtd/changelog.rst) - [Commits](https://github.com/great-expectations/great_expectations/compare/0.13.26...0.15.50) --- 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..1023595f43 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.51", "sqlalchemy>=1.3.24" ], "redshift": [