diff --git a/setup.cfg b/setup.cfg index 3efffb5..cab83ef 100644 --- a/setup.cfg +++ b/setup.cfg @@ -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 = marc@zebroo.de diff --git a/setup.py b/setup.py index cdc0f78..ba5ed53 100644 --- a/setup.py +++ b/setup.py @@ -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__))