Quality: Use latest version of deepdiff

* This addresses an advisory for the old library version. It's only used in yaml formatting checks though.
This commit is contained in:
Kay Hayen
2025-09-05 14:47:11 +02:00
parent 42951141ea
commit 5e471915a1

View File

@@ -30,7 +30,7 @@ yamllint == 1.28.0 ; python_version >= '3.9'
rstfmt == 0.0.14 ; python_version >= '3.9'
jsonschema == 4.6.0 ; python_version >= '3.9'
ruamel.yaml == 0.17.21 ; python_version >= '3.9'
deepdiff == 5.8.1 ; python_version >= '3.9'
deepdiff == 8.6.1 ; python_version >= '3.9'
mdformat == 0.7.16 ; python_version >= '3.9'
mdformat-gfm == 0.3.5 ; python_version >= '3.9'
mdformat-frontmatter == 2.0.1 ; python_version >= '3.9'