mirror of
https://github.com/Nuitka/Nuitka.git
synced 2025-12-14 20:35:49 +01:00
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:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user