Skip to content

Commit f858123

Browse files
committed
Update dependencies
1 parent 5b4cd08 commit f858123

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

commands/preprocess.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@ def remove_fileinfo(html):
350350

351351
# make custom footer
352352
def add_footer(html, root, fn):
353-
footer = html.xpath('//*[@id=\'footer\']')[0]
353+
footer = html.xpath("//*[@id='footer']")[0]
354354
for child in footer.getchildren():
355355
id = child.get('id')
356356
if id == 'cpp-navigation':

requirements-ci.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
pylint==2.6.0
2-
flake8==3.8.4
1+
pylint==3.3.1
2+
flake8==7.1.1

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
premailer==3.7.0
2-
lxml==4.9.1
2+
lxml==5.3.0

0 commit comments

Comments
 (0)