Skip to content

Commit 2e2da28

Browse files
authored
[confcom] Bump deepdiff version (Azure#9318)
1 parent 56abe9d commit 2e2da28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/confcom/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
logger.warn("Wheel is not available, disabling bdist_wheel hook")
2121

22-
VERSION = "1.3.0"
22+
VERSION = "1.3.1"
2323

2424
# The full list of classifiers is available at
2525
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
@@ -40,7 +40,7 @@
4040
DEPENDENCIES = [
4141
"docker>=6.1.0",
4242
"tqdm==4.65.0",
43-
"deepdiff==6.3.0",
43+
"deepdiff~=8.6.1",
4444
"PyYAML>=6.0.1"
4545
]
4646

0 commit comments

Comments
 (0)