From b5f8b1a9a56695630e2f3836a02fd7c5b38635b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Mar 2022 15:10:40 +0000 Subject: [PATCH] Update htcondor requirement from <9,>=8.6.0 to >=8.6.0,<10 Updates the requirements on [htcondor](http://htcondor.org/) to permit the latest version. --- updated-dependencies: - dependency-name: htcondor dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements-htcondor.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements-htcondor.txt b/requirements-htcondor.txt index c2ae7d1409..5f0f20bc12 100644 --- a/requirements-htcondor.txt +++ b/requirements-htcondor.txt @@ -1 +1 @@ -htcondor>=8.6.0,<9 +htcondor>=8.6.0,<10