Skip to content

Commit

Permalink
Merge pull request #123 from aquilax/dependabot/pip/cmd2-2.5.6
Browse files Browse the repository at this point in the history
Bump cmd2 from 2.5.5 to 2.5.6
  • Loading branch information
aquilax authored Nov 15, 2024
2 parents d62e9d6 + 819fbb4 commit 467e81a
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.5.5
cmd2==2.5.6
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.5.5',
'cmd2==2.5.6',
'urllib3==2.2.3',
'ratelimit==2.2.1',
'tinydb==4.8.2',
Expand Down

0 comments on commit 467e81a

Please sign in to comment.