From 9696fe4c9a23c31d3db4607db87dd32da7994d71 Mon Sep 17 00:00:00 2001 From: Alexander Neff Date: Mon, 29 Jan 2024 14:53:46 +0100 Subject: [PATCH] Allow broader version for argcomplete to fix macos installations --- poetry.lock | 4 ++-- pyproject.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/poetry.lock b/poetry.lock index b6a26cf9..c2979f0a 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.6.1 and should not be changed by hand. [[package]] name = "aardwolf" @@ -2298,4 +2298,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.0" -content-hash = "7941ff6f54802453d9de96763e3f4c6d8ef9cffa030de1ab99f76ed28bef6fe7" +content-hash = "b1498f097759871b38b6ed64c9948316ed443b6814f5a736abaf5cf576cd4b78" diff --git a/pyproject.toml b/pyproject.toml index 433cc563..c02c6c49 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -63,7 +63,7 @@ rich = "^13.3.5" python-libnmap = "^0.7.3" oscrypto = { git = "https://github.com/Pennyw0rth/oscrypto" } # Pypi version currently broken, see: https://github.com/wbond/oscrypto/issues/78 (as of 9/23) pyreadline = { version = "^2.1", markers = "sys_platform == 'win32'" } # for the build - impacket imports its hidden from the builder so an error occurs -argcomplete = "3.2.1" +argcomplete = "^3.1.4" [tool.poetry.group.dev.dependencies] flake8 = "*"