Skip to content

Commit b045251

Browse files
authored
Update requirements.txt to unpin future and lxml (#252)
* Update requirements.txt to unpin future and lxml Update lxml to 4.6.2 or newer to resolve vulnerability * Pin watchdog to <1.0.0 per their docs to maintain Python2.7 compatibility.
1 parent d00221b commit b045251

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

requirements.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
# Basics
44
setuptools>=38.5
55
six>=1.11.0
6-
future==0.18.2
6+
future>=0.18.2
77

88
# Version comparison
99
packaging>=17.1
1010

1111
# Templates management implementation
12-
lxml>=4.1.1,<4.4.0 # pyup: ignore
12+
lxml>=4.6.2
1313

1414
# Security and Connectivity
1515
requests[security]>=2.18

requirements_dev.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pip>=9.0.1
44

55
# Project management and Deployment
66
bumpversion>=0.5.3
7-
watchdog>=0.8.3
7+
watchdog>=0.8.3,<1.0.0
88
twine>=1.9.1,<2.0.0 # pyup: ignore
99
virtualenvwrapper>=4.8
1010
virtualenv>=16.0.0 # required for tox 3.14.2 but not forced

0 commit comments

Comments
 (0)