From c3df5b95773e8d1509152cf556251cc648d8bb66 Mon Sep 17 00:00:00 2001 From: ibuler Date: Fri, 24 Apr 2026 11:27:34 +0800 Subject: [PATCH] perf: update ansible version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2ffa08090..f2a2440f5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -193,7 +193,7 @@ xpack = [ ] [tool.uv.sources] -ansible-core = { url = "https://github.com/jumpserver-dev/ansible/archive/refs/tags/v2.20.3.zip" } +ansible-core = { url = "https://github.com/jumpserver-dev/ansible/archive/refs/tags/v2.20.4.zip" } ansible-runner = { url = "https://github.com/jumpserver-dev/ansible-runner/archive/refs/tags/v2.4.0.2.zip" } django-cas-ng = { url = "https://github.com/ibuler/django-cas-ng/releases/download/v4.3.2/django-cas-ng-4.3.2.zip" } django-radius = { url = "https://github.com/ibuler/django-radius/archive/refs/tags/1.5.0.zip" }