From effe3a48884c2dbfa05b3f69e59ae1c4f2a1d2ef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 17:24:41 +0000 Subject: [PATCH] build(deps): Bump argcomplete from 3.1.4 to 3.2.2 Bumps [argcomplete](https://github.com/kislyuk/argcomplete) from 3.1.4 to 3.2.2. - [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/v3.1.4...v3.2.2) --- updated-dependencies: - dependency-name: argcomplete dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a12c753..964ad14 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile --all-extras pyproject.toml # -argcomplete==3.1.4 +argcomplete==3.2.2 # via commitizen beautifulsoup4==4.12.2 # via pyspelling