diff --git a/HISTORY.rst b/HISTORY.rst index 6fa92396..3477933c 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -2,6 +2,10 @@ Release History =============== +0.2.6 +++++++ +* Bump `deepdiff` to 8.6.1 and `azure-cli-diff-tool` to 0.1.1 + 0.2.5 ++++++ * Add support for Python 3.11, 3.12, and 3.13 diff --git a/azdev/__init__.py b/azdev/__init__.py index 186ca1f6..92f475a7 100644 --- a/azdev/__init__.py +++ b/azdev/__init__.py @@ -4,4 +4,4 @@ # license information. # ----------------------------------------------------------------------------- -__VERSION__ = '0.2.5' +__VERSION__ = '0.2.6' diff --git a/setup.py b/setup.py index 1f8dd146..18f9afbb 100644 --- a/setup.py +++ b/setup.py @@ -82,8 +82,8 @@ 'sphinx==1.6.7', 'tox', 'jsbeautifier~=1.14.7', - 'deepdiff~=6.3.0', - 'azure-cli-diff-tool~=0.1.0', + 'deepdiff~=8.6.1', + 'azure-cli-diff-tool~=0.1.1', 'packaging', 'tqdm', 'wheel==0.30.0',