Skip to content

Commit

Permalink
Bump tools and deps
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <gaborjbernat@gmail.com>
  • Loading branch information
gaborbernat committed Oct 30, 2022
1 parent 5be2f13 commit a66c062
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repos:
rev: v1.12.1
hooks:
- id: blacken-docs
additional_dependencies: [ black==22.6 ]
additional_dependencies: [ black==22.10 ]
- repo: https://github.com/pre-commit/pygrep-hooks
rev: v1.9.0
hooks:
Expand All @@ -48,10 +48,10 @@ repos:
hooks:
- id: flake8
additional_dependencies:
- flake8-bugbear==22.7.1
- flake8-comprehensions==3.10
- flake8-bugbear==22.10.27
- flake8-comprehensions==3.10.1
- flake8-pytest-style==1.6
- flake8-spellcheck==0.28
- flake8-unused-arguments==0.0.11
- flake8-noqa==1.2.8
- pep8-naming==0.13.1
- flake8-unused-arguments==0.0.12
- flake8-noqa==1.2.9
- pep8-naming==0.13.2
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[build-system]
requires = [
"setuptools>=63.4",
"setuptools>=65.5",
"setuptools_scm>=7.0.5",
]
build-backend = 'setuptools.build_meta'
Expand Down
12 changes: 6 additions & 6 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ where = src

[options.extras_require]
docs =
furo>=2022.6.21
sphinx>=5.1.1
sphinx-autodoc-typehints>=1.19.1
furo>=2022.9.29
sphinx>=5.3
sphinx-autodoc-typehints>=1.19.4
testing =
covdefaults>=2.2
coverage>=6.4.2
pytest>=7.1.2
pytest-cov>=3
coverage>=6.5
pytest>=7.2
pytest-cov>=4
pytest-timeout>=2.1

[options.package_data]
Expand Down
8 changes: 4 additions & 4 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ description = run type check on code base
setenv =
{tty:MYPY_FORCE_COLOR = 1}
deps =
mypy==0.971
mypy==0.982
commands =
mypy --strict src/filelock
mypy --strict tests
Expand All @@ -64,8 +64,8 @@ setenv =
skip_install = true
deps =
covdefaults>=2.2
coverage>=6.4.2
diff-cover>=6.5.1
coverage>=6.5
diff-cover>=7.0.1
extras =
parallel_show_output = true
commands =
Expand Down Expand Up @@ -94,7 +94,7 @@ commands =
description = check that the long description is valid (need for PyPI)
skip_install = true
deps =
build[virtualenv]>=0.8
build[virtualenv]>=0.9
twine>=4.0.1
extras =
commands =
Expand Down

0 comments on commit a66c062

Please sign in to comment.