From c1b6751364e23d295597f481360165c858ea85e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Oct 2025 14:48:38 +0000 Subject: [PATCH] Bump argcomplete from 3.6.2 to 3.6.3 Bumps [argcomplete](https://github.com/kislyuk/argcomplete) from 3.6.2 to 3.6.3. - [Release notes](https://github.com/kislyuk/argcomplete/releases) - [Changelog](https://github.com/kislyuk/argcomplete/blob/main/Changes.rst) - [Commits](https://github.com/kislyuk/argcomplete/compare/v3.6.2...v3.6.3) --- updated-dependencies: - dependency-name: argcomplete dependency-version: 3.6.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f04ecec..1377aa8 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ sh==2.2.2 SQLAlchemy==1.4.54 requests>=2.20.0 distro==1.9.0 -argcomplete==3.6.2 +argcomplete==3.6.3 colorlog==6.10.1