Skip to content

Commit a66c062

Browse files
committed
Bump tools and deps
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 5be2f13 commit a66c062

File tree

4 files changed

+17
-17
lines changed

4 files changed

+17
-17
lines changed

.pre-commit-config.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
rev: v1.12.1
3030
hooks:
3131
- id: blacken-docs
32-
additional_dependencies: [ black==22.6 ]
32+
additional_dependencies: [ black==22.10 ]
3333
- repo: https://github.com/pre-commit/pygrep-hooks
3434
rev: v1.9.0
3535
hooks:
@@ -48,10 +48,10 @@ repos:
4848
hooks:
4949
- id: flake8
5050
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
5353
- flake8-pytest-style==1.6
5454
- 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

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[build-system]
22
requires = [
3-
"setuptools>=63.4",
3+
"setuptools>=65.5",
44
"setuptools_scm>=7.0.5",
55
]
66
build-backend = 'setuptools.build_meta'

setup.cfg

+6-6
Original file line numberDiff line numberDiff line change
@@ -36,14 +36,14 @@ where = src
3636

3737
[options.extras_require]
3838
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
4242
testing =
4343
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
4747
pytest-timeout>=2.1
4848

4949
[options.package_data]

tox.ini

+4-4
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ description = run type check on code base
5050
setenv =
5151
{tty:MYPY_FORCE_COLOR = 1}
5252
deps =
53-
mypy==0.971
53+
mypy==0.982
5454
commands =
5555
mypy --strict src/filelock
5656
mypy --strict tests
@@ -64,8 +64,8 @@ setenv =
6464
skip_install = true
6565
deps =
6666
covdefaults>=2.2
67-
coverage>=6.4.2
68-
diff-cover>=6.5.1
67+
coverage>=6.5
68+
diff-cover>=7.0.1
6969
extras =
7070
parallel_show_output = true
7171
commands =
@@ -94,7 +94,7 @@ commands =
9494
description = check that the long description is valid (need for PyPI)
9595
skip_install = true
9696
deps =
97-
build[virtualenv]>=0.8
97+
build[virtualenv]>=0.9
9898
twine>=4.0.1
9999
extras =
100100
commands =

0 commit comments

Comments
 (0)