From 203c0bc95521d2a0804184e90154bef9c3b2a7d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 17:38:29 +0000 Subject: [PATCH] Bump htcondor from 25.0.9 to 25.10.1 Bumps [htcondor](http://htcondor.org/) from 25.0.9 to 25.10.1. --- updated-dependencies: - dependency-name: htcondor dependency-version: 25.10.1 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 220143da..bed936a1 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.10.1", "jinja-cli==1.2.2", "kbase-auth-client==0.1.2", "marisa-trie==1.4.1",