From cbbc0377f47e343fea449c4037e656da3768d9bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 01:13:57 +0000 Subject: [PATCH] Bump cmd2 from 2.7.0 to 3.0.0 Bumps [cmd2](https://github.com/python-cmd2/cmd2) from 2.7.0 to 3.0.0. - [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/2.7.0...3.0.0) --- updated-dependencies: - dependency-name: cmd2 dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8cabac5..93112cb 100644 --- a/setup.py +++ b/setup.py @@ -33,7 +33,7 @@ def long_description(): ], python_requires=">=3.12", install_requires=[ - "cmd2==2.7.0", + "cmd2==3.0.0", "requests==2.32.4", "validator-collection==1.5.0", "colorlog==6.10.1",