Skip to content

Commit 68228c1

Browse files
Merge pull request #30 from UUDigitalHumanitieslab/dependabot/pip/requirements/lxml-4.6.3
Bump lxml from 3.8.0 to 4.6.3 in /requirements
2 parents abbcbd0 + c9a9387 commit 68228c1

File tree

3 files changed

+35
-13
lines changed

3 files changed

+35
-13
lines changed

requirements/conversion.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,8 @@
55
# pip-compile --output-file conversion.txt conversion.in
66
#
77
coloredlogs==7.0
8-
humanfriendly==3.8 # via coloredlogs
9-
lxml==3.8.0
8+
# via -r conversion.in
9+
humanfriendly==3.8
10+
# via coloredlogs
11+
lxml==4.6.3
12+
# via -r conversion.in

requirements/deploy.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
# pip-compile --output-file deploy.txt deploy.in
66
#
77
coloredlogs==7.0
8-
humanfriendly==3.8 # via coloredlogs
9-
lxml==3.8.0
8+
# via -r conversion.in
9+
humanfriendly==3.8
10+
# via coloredlogs
11+
lxml==4.6.3
12+
# via -r conversion.in
1013
numpy==1.13.1
14+
# via -r selection.in

requirements/develop.txt

Lines changed: 24 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,31 @@
44
#
55
# pip-compile --output-file develop.txt develop.in
66
#
7-
astroid==1.5.3 # via pylint
7+
astroid==1.5.3
8+
# via pylint
89
autopep8==1.3.2
10+
# via -r develop.in
911
coloredlogs==7.0
10-
humanfriendly==3.8 # via coloredlogs
11-
isort==4.2.15 # via pylint
12-
lazy-object-proxy==1.3.1 # via astroid
13-
lxml==3.8.0
14-
mccabe==0.6.1 # via pylint
12+
# via -r conversion.in
13+
humanfriendly==3.8
14+
# via coloredlogs
15+
isort==4.2.15
16+
# via pylint
17+
lazy-object-proxy==1.3.1
18+
# via astroid
19+
lxml==4.6.3
20+
# via -r conversion.in
21+
mccabe==0.6.1
22+
# via pylint
1523
numpy==1.13.1
16-
pycodestyle==2.3.1 # via autopep8
24+
# via -r selection.in
25+
pycodestyle==2.3.1
26+
# via autopep8
1727
pylint==1.7.2
18-
six==1.10.0 # via astroid, pylint
19-
wrapt==1.10.10 # via astroid
28+
# via -r develop.in
29+
six==1.10.0
30+
# via
31+
# astroid
32+
# pylint
33+
wrapt==1.10.10
34+
# via astroid

0 commit comments

Comments
 (0)