From e906e67e7056fcf10fc74203305ce94c6d7a2342 Mon Sep 17 00:00:00 2001 From: Damien Dart Date: Mon, 5 Aug 2024 21:31:16 +0100 Subject: [PATCH] Update non-Ansible-related Python dependencies. --- requirements.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index ec4f8b6..3a8af41 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,8 @@ ansible==9.3.0 ansible-lint==24.2.1 -black==24.3.0 -flake8==7.0.0 +black==24.8.0 +flake8==7.1.1 passlib==1.7.4 -pytest-testinfra==10.1.0 +pytest-testinfra==10.1.1 yamllint==1.35.1