From 3f64c6610d4d74288c6ec342fa387b8ef68f7eb0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 16 Mar 2023 07:45:17 +0000 Subject: [PATCH] Update dependency six to v1.16.0 --- tasks/py.requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/py.requirements.txt b/tasks/py.requirements.txt index f5acef8..9a8132d 100644 --- a/tasks/py.requirements.txt +++ b/tasks/py.requirements.txt @@ -10,7 +10,7 @@ invoke==1.4.1 pycmd -six==1.15.0 +six==1.16.0 # -- HINT: path.py => path (python-install-package was renamed for python3) path >= 13.1.0; python_version >= '3.5'