diff options
Diffstat (limited to 'python/tidy/setup.py')
-rw-r--r-- | python/tidy/setup.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/tidy/setup.py b/python/tidy/setup.py index 19a1f61d1fc..17c6172acbc 100644 --- a/python/tidy/setup.py +++ b/python/tidy/setup.py @@ -17,7 +17,7 @@ install_requires = [ "flake8==3.8.3", "toml==0.9.2", "colorama==0.3.7", - "voluptuous==0.11.5", + "voluptuous==0.12.1", "PyYAML==5.4", ] |