perf: update ansible version

This commit is contained in:
ibuler
2026-05-27 18:43:34 +08:00
parent 33841aae94
commit cb04b7b243
2 changed files with 4 additions and 4 deletions

View File

@@ -198,7 +198,7 @@ xpack = [
]
[tool.uv.sources]
ansible-core = { url = "https://github.com/jumpserver-dev/ansible/archive/refs/tags/v2.16.18.2.zip" }
ansible-core = { url = "https://github.com/jumpserver-dev/ansible/archive/refs/tags/v2.16.18.3.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" }

6
uv.lock generated
View File

@@ -282,7 +282,7 @@ wheels = [
[[package]]
name = "ansible-core"
version = "2.16.18"
source = { url = "https://github.com/jumpserver-dev/ansible/archive/refs/tags/v2.16.18.2.zip" }
source = { url = "https://github.com/jumpserver-dev/ansible/archive/refs/tags/v2.16.18.3.zip" }
dependencies = [
{ name = "cryptography" },
{ name = "jinja2" },
@@ -290,7 +290,7 @@ dependencies = [
{ name = "pyyaml" },
{ name = "resolvelib" },
]
sdist = { hash = "sha256:e2fee3c6b2986dae5a62af3675e4405fff2b194bba0262a4f7dbd62ffcdb94d9" }
sdist = { hash = "sha256:539c00b75066960ba8c5002195f556713fb933559638f6e958b68ae163636a82" }
[package.metadata]
requires-dist = [
@@ -2288,7 +2288,7 @@ requires-dist = [
{ name = "amqp", specifier = "==5.1.1" },
{ name = "annotated-types", specifier = ">=0.6.0" },
{ name = "ansible", specifier = "==9.13.0" },
{ name = "ansible-core", url = "https://github.com/jumpserver-dev/ansible/archive/refs/tags/v2.16.18.2.zip" },
{ name = "ansible-core", url = "https://github.com/jumpserver-dev/ansible/archive/refs/tags/v2.16.18.3.zip" },
{ name = "ansible-runner", url = "https://github.com/jumpserver-dev/ansible-runner/archive/refs/tags/v2.4.0.2.zip" },
{ name = "asn1crypto", specifier = "==1.5.1" },
{ name = "azure-identity", specifier = "==1.16.0" },