Skip to content

Commit

Permalink
Bump cmd2 from 2.4.3 to 2.5.0
Browse files Browse the repository at this point in the history
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](python-cmd2/cmd2@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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 24, 2024
1 parent 601907f commit 854bc8d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
cmd2==2.4.3
cmd2==2.5.0
urllib3==2.2.3
ratelimit==2.2.1
tinydb==4.8.2
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 854bc8d

Please sign in to comment.