From f584da8b4892281a4510bb076acfdf10004a4813 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Nov 2022 02:10:20 +0000 Subject: [PATCH] Update htcondor requirement from <9,>=8.6.0 to >=8.6.0,<11 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..ff01662e04 100644 --- a/requirements-htcondor.txt +++ b/requirements-htcondor.txt @@ -1 +1 @@ -htcondor>=8.6.0,<9 +htcondor>=8.6.0,<11