From 8e1b0c679f33be81ad9bfa3d7043b0afaa819e70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Aug 2023 22:18:16 +0000 Subject: [PATCH] Update pyhive[hive] requirement from <0.7.0,>=0.6.0 to >=0.6.0,<0.8.0 Updates the requirements on [pyhive[hive]](https://github.com/dropbox/PyHive) to permit the latest version. - [Release notes](https://github.com/dropbox/PyHive/releases) - [Commits](https://github.com/dropbox/PyHive/commits) --- updated-dependencies: - dependency-name: pyhive[hive] dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e58ecdd4b..25d68f591 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -PyHive[hive]>=0.6.0,<0.7.0 +PyHive[hive]>=0.6.0,<0.8.0 requests[python]>=2.28.1 pyodbc~=4.0.39