From 0475460635d3b4da5d1f0f286650d279de84a282 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 01:46:54 +0000 Subject: [PATCH] Bump cmd2 from 3.2.2 to 3.5.1 Bumps [cmd2](https://github.com/python-cmd2/cmd2) from 3.2.2 to 3.5.1. - [Release notes](https://github.com/python-cmd2/cmd2/releases) - [Changelog](https://github.com/python-cmd2/cmd2/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-cmd2/cmd2/compare/3.2.2...3.5.1) --- updated-dependencies: - dependency-name: cmd2 dependency-version: 3.5.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index bfec257..bdab4c5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,7 +13,7 @@ license = { text = "GPLv3" } requires-python = ">=3.12" keywords = ["shell", "webshell", "command injection", "security", "ctf-tools", "penetration testing", "rce", "remote code execution"] dependencies = [ - "cmd2==3.2.2", + "cmd2==3.5.1", "requests==2.33.0", "validator-collection==1.5.0", "colorlog==6.10.1",