From 10dfdc6892eac481284251dfa3eabbfd89f0decc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 Jan 2025 23:34:57 +0000 Subject: [PATCH] Bump argcomplete from 3.5.1 to 3.5.3 Bumps [argcomplete](https://github.com/kislyuk/argcomplete) from 3.5.1 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.1...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 5925b0d..eb66263 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ aiohttp==3.10.10 ; python_full_version >= "3.11.0a1" and python_version < "3.13" aiosignal==1.3.1 ; python_full_version >= "3.11.0a1" and python_version < "3.13" annotated-types==0.7.0 ; python_full_version >= "3.11.0a1" and python_version < "3.13" anyio==4.6.2.post1 ; python_full_version >= "3.11.0a1" and python_version < "3.13" -argcomplete==3.5.1 ; python_full_version >= "3.11.0a1" and python_version < "3.13" +argcomplete==3.5.3 ; python_full_version >= "3.11.0a1" and python_version < "3.13" async-timeout==4.0.3 ; python_full_version >= "3.11.0a1" and python_full_version < "3.11.3" attrs==24.2.0 ; python_full_version >= "3.11.0a1" and python_version < "3.13" bcrypt==4.2.0 ; python_full_version >= "3.11.0a1" and python_version < "3.13"