diff --git a/requirements.txt b/requirements.txt index 7f8336f8..c5f0a35d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -lxml >= 3.5.0, < 5 +lxml==4.6.1 coveralls Jinja2 signxml diff --git a/setup.py b/setup.py index 19f52c6a..e39b5a24 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import setup, find_packages -VERSION = "1.0.61" +VERSION = "1.0.62" setup(