From 9118a5e8033bad32d41ab749b38906033df5bb4c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Dec 2023 10:34:25 +0200 Subject: [PATCH] Bump argcomplete from 3.1.6 to 3.2.1 in /python (#301) Bumps [argcomplete](https://github.com/kislyuk/argcomplete) from 3.1.6 to 3.2.1. - [Release notes](https://github.com/kislyuk/argcomplete/releases) - [Changelog](https://github.com/kislyuk/argcomplete/blob/develop/Changes.rst) - [Commits](https://github.com/kislyuk/argcomplete/compare/v3.1.6...v3.2.1) --- updated-dependencies: - dependency-name: argcomplete dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- python/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/requirements.txt b/python/requirements.txt index 2bef53ae..a5b0465d 100644 --- a/python/requirements.txt +++ b/python/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile setup.py # -argcomplete==3.1.6 +argcomplete==3.2.1 # via nitor-vault (setup.py) boto3==1.28.39 # via threadlocal-aws