Skip to content

Commit 01db5cf

Browse files
committed
update bandit confidence and level, bump deps
1 parent 47dba42 commit 01db5cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ def read(rel_path):
4343
long_description_content_type='text/markdown',
4444
install_requires=[
4545
'mitmproxy==11.0.0',
46-
'markupsafe>=2.1.3',
46+
'markupsafe>=3.0.2',
4747
],
4848
)

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ skip_install = true
3333
deps =
3434
bandit
3535
commands =
36-
bandit http_tools -r
36+
bandit http_tools -r -ll -iii
3737

3838
[testenv:publish]
3939
skip_install = true

0 commit comments

Comments
 (0)