We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce90f1c commit fe36083Copy full SHA for fe36083
HISTORY.rst
@@ -2,6 +2,10 @@
2
3
Release History
4
===============
5
+0.2.6
6
+++++++
7
+* Bump `deepdiff` to 8.6.1
8
+
9
0.2.5
10
++++++
11
* Add support for Python 3.11, 3.12, and 3.13
azdev/__init__.py
@@ -4,4 +4,4 @@
# license information.
# -----------------------------------------------------------------------------
-__VERSION__ = '0.2.5'
+__VERSION__ = '0.2.6'
setup.py
@@ -82,7 +82,7 @@
82
'sphinx==1.6.7',
83
'tox',
84
'jsbeautifier~=1.14.7',
85
- 'deepdiff~=6.3.0',
+ 'deepdiff~=8.6.1',
86
'azure-cli-diff-tool~=0.1.0',
87
'packaging',
88
'tqdm',
0 commit comments