Skip to content

Commit dcc1fcf

Browse files
chore: bump deepdiff to 8.6.1-compatible (#531)
* chore: bump deepdiff to 8.6.1-compatible * bump azure-cli-diff-tool to 0.1.1 --------- Co-authored-by: ZelinWang <[email protected]>
1 parent 4bc9c05 commit dcc1fcf

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
33
Release History
44
===============
5+
0.2.6
6+
++++++
7+
* Bump `deepdiff` to 8.6.1 and `azure-cli-diff-tool` to 0.1.1
8+
59
0.2.5
610
++++++
711
* Add support for Python 3.11, 3.12, and 3.13

azdev/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
# license information.
55
# -----------------------------------------------------------------------------
66

7-
__VERSION__ = '0.2.5'
7+
__VERSION__ = '0.2.6'

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,8 @@
8282
'sphinx==1.6.7',
8383
'tox',
8484
'jsbeautifier~=1.14.7',
85-
'deepdiff~=6.3.0',
86-
'azure-cli-diff-tool~=0.1.0',
85+
'deepdiff~=8.6.1',
86+
'azure-cli-diff-tool~=0.1.1',
8787
'packaging',
8888
'tqdm',
8989
'wheel==0.30.0',

0 commit comments

Comments
 (0)