From 6ea33b293cf1808c2a9b2284979db0c914239d9c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 13:42:24 +0000 Subject: [PATCH] Bump argcomplete from 3.5.2 to 3.5.3 Bumps [argcomplete](https://github.com/kislyuk/argcomplete) from 3.5.2 to 3.5.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.5.2...v3.5.3) --- updated-dependencies: - dependency-name: argcomplete 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 4d466fe..98ea3c2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,5 +6,5 @@ sh==2.1.0 SQLAlchemy==1.4.54 requests>=2.20.0 distro==1.9.0 -argcomplete==3.5.2 +argcomplete==3.5.3 colorlog==6.9.0