File tree Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Expand file tree Collapse file tree 3 files changed +15
-15
lines changed Original file line number Diff line number Diff line change 2929 rev : v1.12.1
3030 hooks :
3131 - id : blacken-docs
32- additional_dependencies : [ black==22.6.0 ]
32+ additional_dependencies : [ black==22.6 ]
3333 - repo : https://github.com/pre-commit/pygrep-hooks
3434 rev : v1.9.0
3535 hooks :
4949 - id : flake8
5050 additional_dependencies :
5151 - flake8-bugbear==22.7.1
52- - flake8-comprehensions==3.10.0
53- - flake8-pytest-style==1.6.0
54- - flake8-spellcheck==0.28.0
52+ - flake8-comprehensions==3.10
53+ - flake8-pytest-style==1.6
54+ - flake8-spellcheck==0.28
5555 - flake8-unused-arguments==0.0.11
5656 - flake8-noqa==1.2.8
5757 - pep8-naming==0.13.1
Original file line number Diff line number Diff line change @@ -36,15 +36,15 @@ where = src
3636
3737[options.extras_require]
3838docs =
39- furo>=2021.8.17b43
40- sphinx>=4 .1
41- sphinx-autodoc-typehints>=1.12
39+ furo>=2022.6.21
40+ sphinx>=5.1 .1
41+ sphinx-autodoc-typehints>=1.19.1
4242testing =
43- covdefaults>=1.2.0
44- coverage>=4
45- pytest>=4
46- pytest-cov
47- pytest-timeout>=1.4.2
43+ covdefaults>=2.2
44+ coverage>=6.4.2
45+ pytest>=7.1.2
46+ pytest-cov>=3
47+ pytest-timeout>=2.1
4848
4949[options.package_data]
5050filelock = py.typed
Original file line number Diff line number Diff line change @@ -64,8 +64,8 @@ setenv =
6464skip_install = true
6565deps =
6666 covdefaults>=2.2
67- coverage>=6.4
68- diff-cover>=6.5
67+ coverage>=6.4.2
68+ diff-cover>=6.5.1
6969extras =
7070parallel_show_output = true
7171commands =
@@ -95,7 +95,7 @@ description = check that the long description is valid (need for PyPI)
9595skip_install = true
9696deps =
9797 build[virtualenv]>=0.8
98- twine>=4
98+ twine>=4.0.1
9999extras =
100100commands =
101101 pyproject-build -o {envtmpdir} --wheel --sdist .
You can’t perform that action at this time.
0 commit comments