From 854bc8d9534b6fd6dc77582176fbfdcb05f61347 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Oct 2024 04:42:15 +0000 Subject: [PATCH] Bump cmd2 from 2.4.3 to 2.5.0 Bumps [cmd2](https://github.com/python-cmd2/cmd2) from 2.4.3 to 2.5.0. - [Release notes](https://github.com/python-cmd2/cmd2/releases) - [Changelog](https://github.com/python-cmd2/cmd2/blob/master/CHANGELOG.md) - [Commits](https://github.com/python-cmd2/cmd2/compare/2.4.3...2.5.0) --- updated-dependencies: - dependency-name: cmd2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 5552adc..272a489 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cmd2==2.4.3 +cmd2==2.5.0 urllib3==2.2.3 ratelimit==2.2.1 tinydb==4.8.2 diff --git a/setup.py b/setup.py index a235cf6..088d404 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ 'Topic :: Utilities', ], install_requires=[ - 'cmd2==2.4.3', + 'cmd2==2.5.0', 'urllib3==2.2.3', 'ratelimit==2.2.1', 'tinydb==4.8.2',