From b6f73808b526f79fd9331f7320aa6a6b9fccf7e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 23:54:51 +0000 Subject: [PATCH] Bump htcondor from 25.0.9 to 25.11.0 Bumps [htcondor](http://htcondor.org/) from 25.0.9 to 25.11.0. --- updated-dependencies: - dependency-name: htcondor dependency-version: 25.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 220143d..22014e5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ dependencies = [ "docker-image-py==0.1.13", "fastapi[standard]==0.136.1", # stay on htcondor 25.0.X - LTS version - "htcondor==25.0.9", + "htcondor==25.11.0", "jinja-cli==1.2.2", "kbase-auth-client==0.1.2", "marisa-trie==1.4.1",