Skip to content

Commit fed63d4

Browse files
committed
fix: cap the version of lxml to prevent breaking lxml 6.0.0 release
1 parent 579b7eb commit fed63d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ pytz>=2020.1
33
beautifulsoup4>=4.7.0,<5.0.0
44
boto3>=1.9.201,<2.0.0
55
requests>=2.23.0,<3.0.0
6-
lxml>=4.6.5
6+
lxml>=4.6.5,<6.0.0
77
botocore>=1.12.201,<2.0.0
88
packaging
99
setuptools

0 commit comments

Comments
 (0)