Skip to content

Commit

Permalink
update bandit confidence and level, bump deps
Browse files Browse the repository at this point in the history
  • Loading branch information
ajinabraham committed Oct 27, 2024
1 parent 47dba42 commit 01db5cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ def read(rel_path):
long_description_content_type='text/markdown',
install_requires=[
'mitmproxy==11.0.0',
'markupsafe>=2.1.3',
'markupsafe>=3.0.2',
],
)
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ skip_install = true
deps =
bandit
commands =
bandit http_tools -r
bandit http_tools -r -ll -iii

[testenv:publish]
skip_install = true
Expand Down

0 comments on commit 01db5cf

Please sign in to comment.