Skip to content

Commit

Permalink
[main] inquirer
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] committed Sep 12, 2024
1 parent 7477478 commit 45db0c8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = gimera
version = 0.7.65
version = 0.7.67
description = Handling git submodules and patches per yml
url = https://github.com/marcwimmer/gimera
author_email = [email protected]
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

# What packages are required for this module to be executed?
REQUIRED = [
"click==8.1.3", "inquirer==3.1.3", "pyyaml", "pytest", "pudb"
"click==8.1.3", "inquirer==3.4.0", "pyyaml", "pytest", "pudb"
]

here = os.path.abspath(os.path.dirname(__file__))
Expand Down

0 comments on commit 45db0c8

Please sign in to comment.