From 4168759dd22c330cb46e28a230973c4e64cb17c8 Mon Sep 17 00:00:00 2001 From: Jauder Ho Date: Mon, 8 Jan 2024 06:21:54 +0000 Subject: [PATCH] Update requirements for ansible ... Signed-off-by: Jauder Ho --- ansible/Pipfile.lock | 2 +- ansible/requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ansible/Pipfile.lock b/ansible/Pipfile.lock index 2736c16cae8c..7b50b48d9489 100644 --- a/ansible/Pipfile.lock +++ b/ansible/Pipfile.lock @@ -570,7 +570,7 @@ "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d", "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f" ], - "markers": "python_version != '3.4'", + "markers": "python_version >= '3.6'", "version": "==6.0.1" }, "referencing": { diff --git a/ansible/requirements.txt b/ansible/requirements.txt index 155faa6be88a..1fa08f14ccc9 100644 --- a/ansible/requirements.txt +++ b/ansible/requirements.txt @@ -33,7 +33,7 @@ pygments==2.17.2; python_version >= '3.7' pyspnego==0.10.2; python_version >= '3.8' python-dateutil==2.8.2; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, 3.3' pywinrm==0.4.3 -pyyaml==6.0.1; python_version != '3.4' +pyyaml==6.0.1; python_version >= '3.6' referencing==0.32.1; python_version >= '3.8' requests==2.31.0; python_version >= '3.7' requests-ntlm==1.2.0; python_version >= '3.7'