diff --git a/VERSION b/VERSION index 8bd6ba8..c006218 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.5 +0.7.6 diff --git a/setup.cfg b/setup.cfg index 912225c..d6c8ef0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -17,12 +17,12 @@ classifiers = [options] python_requires = >=3.10 install_requires = - ansible - ansible-runner - click - cryptography - pydantic - tornado + ansible >=6.5.0 + ansible-runner >=2.3.0 + click >=8.1.3 + cryptography >=38.0.3 + pydantic >=1.1.275 + tornado >=6.2 [options.packages.find] where = src