diff --git a/setup.cfg b/setup.cfg index 5118a8d..9c1a39f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -36,12 +36,12 @@ packages = find: include_package_data = True python_requires = >=3.7 install_requires = - chevron==0.13.1 - click==7.1.2 - jsonpath-ng==1.5.1 + chevron>=0.14.0 + click>=8.0.0 + jsonpath-ng>=1.5.1 PyYAML>=5.4.1,<7.0.0 - packaging==20.3 - pydantic==1.7 + packaging>=21.3 + pydantic>=1.9.0 setup_requires = setuptools>=30.3.0 setuptools_scm