From 819fbb4bd735f8a5f83c4d529edcc6e8882700c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 04:19:53 +0000 Subject: [PATCH] Bump cmd2 from 2.5.5 to 2.5.6 Bumps [cmd2](https://github.com/python-cmd2/cmd2) from 2.5.5 to 2.5.6. - [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.5.5...2.5.6) --- updated-dependencies: - dependency-name: cmd2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 5eba239..6234dd2 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -cmd2==2.5.5 +cmd2==2.5.6 urllib3==2.2.3 ratelimit==2.2.1 tinydb==4.8.2 diff --git a/setup.py b/setup.py index 97f1bf1..f15fb3d 100644 --- a/setup.py +++ b/setup.py @@ -35,7 +35,7 @@ 'Topic :: Utilities', ], install_requires=[ - 'cmd2==2.5.5', + 'cmd2==2.5.6', 'urllib3==2.2.3', 'ratelimit==2.2.1', 'tinydb==4.8.2',