From 9c09d59ad25501329369b22ab9e36e7fc079dc77 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 May 2023 14:34:02 +0000 Subject: [PATCH] Bump argcomplete from 1.12.0 to 3.0.8 Bumps [argcomplete](https://github.com/kislyuk/argcomplete) from 1.12.0 to 3.0.8. - [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/v1.12.0...v3.0.8) --- updated-dependencies: - dependency-name: argcomplete dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 68392d8..8f1b393 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ sh==1.14.3 SQLAlchemy==1.4.48 requests>=2.20.0 distro==1.7.0 -argcomplete==1.12.0 +argcomplete==3.0.8 colorlog==4.6.2