Skip to content

Commit fc2edee

Browse files
committed
Bump dependencies
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 3b3f562 commit fc2edee

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
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.0 ]
32+
additional_dependencies: [ black==22.6 ]
3333
- repo: https://github.com/pre-commit/pygrep-hooks
3434
rev: v1.9.0
3535
hooks:
@@ -49,9 +49,9 @@ repos:
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

setup.cfg

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,15 @@ where = src
3636

3737
[options.extras_require]
3838
docs =
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
4242
testing =
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]
5050
filelock = py.typed

tox.ini

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ setenv =
6464
skip_install = true
6565
deps =
6666
covdefaults>=2.2
67-
coverage>=6.4
68-
diff-cover>=6.5
67+
coverage>=6.4.2
68+
diff-cover>=6.5.1
6969
extras =
7070
parallel_show_output = true
7171
commands =
@@ -95,7 +95,7 @@ description = check that the long description is valid (need for PyPI)
9595
skip_install = true
9696
deps =
9797
build[virtualenv]>=0.8
98-
twine>=4
98+
twine>=4.0.1
9999
extras =
100100
commands =
101101
pyproject-build -o {envtmpdir} --wheel --sdist .

0 commit comments

Comments
 (0)