Skip to content

Commit fe36083

Browse files
committed
chore: bump deepdiff to 8.6.1-compatible
1 parent ce90f1c commit fe36083

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
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
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
'sphinx==1.6.7',
8383
'tox',
8484
'jsbeautifier~=1.14.7',
85-
'deepdiff~=6.3.0',
85+
'deepdiff~=8.6.1',
8686
'azure-cli-diff-tool~=0.1.0',
8787
'packaging',
8888
'tqdm',

0 commit comments

Comments
 (0)