From 46e777f157c1e3b27eada626f9117f0087e690da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 04:20:21 +0000 Subject: [PATCH] build(deps-dev): bump argcomplete from 3.5.3 to 3.6.3 in /packages Bumps [argcomplete](https://github.com/kislyuk/argcomplete) from 3.5.3 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.5.3...v3.6.3) --- updated-dependencies: - dependency-name: argcomplete dependency-version: 3.6.3 dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- packages/requirements-dev.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/requirements-dev.txt b/packages/requirements-dev.txt index 300ae57..59b0029 100644 --- a/packages/requirements-dev.txt +++ b/packages/requirements-dev.txt @@ -1,5 +1,5 @@ annotated-types==0.7.0 ; python_version >= "3.9" and python_version < "4.0" -argcomplete==3.5.3 ; python_version >= "3.9" and python_version < "4.0" +argcomplete==3.6.3 ; python_version >= "3.9" and python_version < "4.0" asgiref==3.8.1 ; python_version >= "3.9" and python_version < "4.0" astroid==3.3.9 ; python_version >= "3.9" and python_version < "4.0" bandit==1.8.3 ; python_version >= "3.9" and python_version < "4.0"