Skip to content

Commit 2ed9729

Browse files
author
Denis Navarro
committed
fix: temporal patch to pass security-analysis with bandit
1 parent 0853e95 commit 2ed9729

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dev = [
4646
]
4747
deploy = [
4848
"build==0.8.0",
49-
"setuptools==65.3.0",
49+
"setuptools==65.4.1",
5050
"twine==4.0.1",
5151
"wheel==0.37.1",
5252
]
@@ -55,23 +55,24 @@ docs = [
5555
"mkdocs-material==8.2.15",
5656
]
5757
fmt = [
58-
"black==22.8.0",
58+
"black==22.10.0",
5959
"isort==5.10.1",
6060
]
6161
security-analysis = [
62+
'importlib-metadata<5; python_version<"3.8"', # https://github.com/PyCQA/bandit/issues/951
6263
"bandit==1.7.4",
6364
"liccheck==0.7.2",
6465
]
6566
static-analysis = [
66-
"mypy==0.971",
67-
"pylint==2.15.0",
67+
"mypy==0.982",
68+
"pylint==2.15.4",
6869
]
6970
test = [
70-
"nest-asyncio==1.5.5",
71+
"nest-asyncio==1.5.6",
7172
"psutil==5.9.2",
7273
"pytest==7.1.3",
7374
"pytest-asyncio==0.19.0",
74-
"pytest-cov==3.0.0",
75+
"pytest-cov==4.0.0",
7576
"pytest-xdist==2.5.0",
7677
]
7778

0 commit comments

Comments
 (0)