From f352fe44952a26a13230e5d7e25b72676ab74141 Mon Sep 17 00:00:00 2001 From: wangruidong <940853815@qq.com> Date: Tue, 30 Dec 2025 14:13:11 +0800 Subject: [PATCH] perf: stash ansible update version --- pyproject.toml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 2746a4652..d275f1efe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,7 +8,6 @@ dependencies = [ 'aiofiles==23.1.0', 'amqp==5.1.1', 'ansible-core', - 'ansible==7.1.0', 'ansible-runner', 'asn1crypto==1.5.1', 'bcrypt==4.0.1', @@ -177,7 +176,7 @@ xpack = [ 'python-keystoneclient==5.1.0', 'bce-python-sdk==0.8.87', 'tencentcloud-sdk-python==3.0.941', - 'aliyun-python-sdk-core-v3==2.13.36', + 'aliyun-python-sdk-core-v3==2.13.33', 'aliyun-python-sdk-ecs==4.24.64', 'keystoneauth1==5.2.1', 'oracledb==1.4.0', @@ -190,8 +189,8 @@ xpack = [ ] [tool.uv.sources] -ansible-core = { url = "https://github.com/jumpserver-dev/ansible/archive/refs/tags/v2.14.1.7.zip" } -ansible-runner = { url = "https://github.com/jumpserver-dev/ansible-runner/archive/refs/tags/2.4.0.1.zip" } +ansible-core = { url = "https://github.com/jumpserver-dev/ansible/archive/refs/tags/v2.20.1.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" } redis = { url = "https://github.com/jumpserver-dev/redis-py/archive/refs/tags/v5.0.3.zip" }