We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56abe9d commit 2e2da28Copy full SHA for 2e2da28
src/confcom/setup.py
@@ -19,7 +19,7 @@
19
20
logger.warn("Wheel is not available, disabling bdist_wheel hook")
21
22
-VERSION = "1.3.0"
+VERSION = "1.3.1"
23
24
# The full list of classifiers is available at
25
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
@@ -40,7 +40,7 @@
40
DEPENDENCIES = [
41
"docker>=6.1.0",
42
"tqdm==4.65.0",
43
- "deepdiff==6.3.0",
+ "deepdiff~=8.6.1",
44
"PyYAML>=6.0.1"
45
]
46
0 commit comments