From 485946e5168cb67ba39a27954960ac45ad950aba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Luna?= Date: Tue, 22 Feb 2022 19:32:59 -0300 Subject: [PATCH] Implement lxml version. --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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(