From 02382d7ab1f97c9889370bf2af31c252cc9b6a8e Mon Sep 17 00:00:00 2001 From: zblurx Date: Fri, 6 Jan 2023 10:39:20 +0100 Subject: [PATCH] update dploot version --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e82677e..5fa6bc6c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,7 +44,7 @@ pywerview = "^0.3.3" minikerberos = "0.3.3" aardwolf = { git = "https://github.com/skelsec/aardwolf.git", branch = "main" } masky = "^0.1.1" -dploot = "^2.1.5" +dploot = "^2.1.6" [tool.poetry.dev-dependencies] flake8 = "*"