File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ dev = [
4646]
4747deploy = [
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]
5757fmt = [
58- " black==22.8 .0" ,
58+ " black==22.10 .0" ,
5959 " isort==5.10.1" ,
6060]
6161security-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]
6566static-analysis = [
66- " mypy==0.971 " ,
67- " pylint==2.15.0 " ,
67+ " mypy==0.982 " ,
68+ " pylint==2.15.4 " ,
6869]
6970test = [
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
You can’t perform that action at this time.
0 commit comments