File tree 4 files changed +17
-17
lines changed
4 files changed +17
-17
lines changed Original file line number Diff line number Diff line change 29
29
rev : v1.12.1
30
30
hooks :
31
31
- id : blacken-docs
32
- additional_dependencies : [ black==22.6 ]
32
+ additional_dependencies : [ black==22.10 ]
33
33
- repo : https://github.com/pre-commit/pygrep-hooks
34
34
rev : v1.9.0
35
35
hooks :
@@ -48,10 +48,10 @@ repos:
48
48
hooks :
49
49
- id : flake8
50
50
additional_dependencies :
51
- - flake8-bugbear==22.7.1
52
- - flake8-comprehensions==3.10
51
+ - flake8-bugbear==22.10.27
52
+ - flake8-comprehensions==3.10.1
53
53
- flake8-pytest-style==1.6
54
54
- flake8-spellcheck==0.28
55
- - flake8-unused-arguments==0.0.11
56
- - flake8-noqa==1.2.8
57
- - pep8-naming==0.13.1
55
+ - flake8-unused-arguments==0.0.12
56
+ - flake8-noqa==1.2.9
57
+ - pep8-naming==0.13.2
Original file line number Diff line number Diff line change 1
1
[build-system ]
2
2
requires = [
3
- " setuptools>=63.4 " ,
3
+ " setuptools>=65.5 " ,
4
4
" setuptools_scm>=7.0.5" ,
5
5
]
6
6
build-backend = ' setuptools.build_meta'
Original file line number Diff line number Diff line change @@ -36,14 +36,14 @@ where = src
36
36
37
37
[options.extras_require]
38
38
docs =
39
- furo>=2022.6.21
40
- sphinx>=5.1.1
41
- sphinx-autodoc-typehints>=1.19.1
39
+ furo>=2022.9.29
40
+ sphinx>=5.3
41
+ sphinx-autodoc-typehints>=1.19.4
42
42
testing =
43
43
covdefaults>=2.2
44
- coverage>=6.4.2
45
- pytest>=7.1. 2
46
- pytest-cov>=3
44
+ coverage>=6.5
45
+ pytest>=7.2
46
+ pytest-cov>=4
47
47
pytest-timeout>=2.1
48
48
49
49
[options.package_data]
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ description = run type check on code base
50
50
setenv =
51
51
{tty:MYPY_FORCE_COLOR = 1}
52
52
deps =
53
- mypy ==0.971
53
+ mypy ==0.982
54
54
commands =
55
55
mypy --strict src/filelock
56
56
mypy --strict tests
@@ -64,8 +64,8 @@ setenv =
64
64
skip_install = true
65
65
deps =
66
66
covdefaults>=2.2
67
- coverage>=6.4.2
68
- diff-cover>=6.5 .1
67
+ coverage>=6.5
68
+ diff-cover>=7.0 .1
69
69
extras =
70
70
parallel_show_output = true
71
71
commands =
@@ -94,7 +94,7 @@ commands =
94
94
description = check that the long description is valid (need for PyPI)
95
95
skip_install = true
96
96
deps =
97
- build[virtualenv]>=0.8
97
+ build[virtualenv]>=0.9
98
98
twine>=4.0.1
99
99
extras =
100
100
commands =
You can’t perform that action at this time.
0 commit comments