From e6c7e31c03c694c90b08a400023839c6b9d7551c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 22 Jan 2023 09:15:38 +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.44) --- 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..3bdf001886 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.45", "sqlalchemy>=1.3.24" ], "redshift": [