diff --git a/src/confcom/setup.py b/src/confcom/setup.py index df6c58e0180..2b623cbd2c0 100644 --- a/src/confcom/setup.py +++ b/src/confcom/setup.py @@ -19,7 +19,7 @@ logger.warn("Wheel is not available, disabling bdist_wheel hook") -VERSION = "1.3.0" +VERSION = "1.3.1" # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers @@ -40,7 +40,7 @@ DEPENDENCIES = [ "docker>=6.1.0", "tqdm==4.65.0", - "deepdiff==6.3.0", + "deepdiff~=8.6.1", "PyYAML>=6.0.1" ]