Skip to content

Commit c35fead

Browse files
committed
Bump tools
Signed-off-by: Bernát Gábor <[email protected]>
1 parent 4d81b26 commit c35fead

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
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.8]
32+
additional_dependencies: [black==22.10]
3333
- repo: https://github.com/asottile/setup-cfg-fmt
3434
rev: v2.1.0
3535
hooks:
@@ -44,11 +44,11 @@ repos:
4444
hooks:
4545
- id: flake8
4646
additional_dependencies:
47-
- flake8-bugbear==22.8.23
48-
- flake8-comprehensions==3.10
47+
- flake8-bugbear==22.10.27
48+
- flake8-comprehensions==3.10.1
4949
- flake8-pytest-style==1.6
5050
- flake8-spellcheck==0.28
51-
- flake8-unused-arguments==0.0.11
51+
- flake8-unused-arguments==0.0.12
5252
- flake8-noqa==1.2.9
5353
- pep8-naming==0.13.2
5454
- repo: https://github.com/pre-commit/mirrors-prettier

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = ["setuptools>=65.3", "setuptools_scm>=7.0.5"]
2+
requires = ["setuptools>=65.5", "setuptools_scm>=7.0.5"]
33
build-backend = 'setuptools.build_meta'
44

55
[tool.black]

setup.cfg

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ project_urls =
2828
[options]
2929
packages = find:
3030
install_requires =
31-
devpi-client>=6.0.1
32-
devpi-server>=6.6
31+
devpi-client>=6.0.2
32+
devpi-server>=6.7
3333
python_requires = >=3.7
3434
include_package_data = True
3535
package_dir =
@@ -43,8 +43,8 @@ where = src
4343
test =
4444
covdefaults>=2.2
4545
httpx>=0.23
46-
pytest>=7.1.3
47-
pytest-cov>=3
46+
pytest>=7.2
47+
pytest-cov>=4
4848

4949
[options.package_data]
5050
devpi_process = py.typed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ description = run type check on code base
4545
setenv =
4646
{tty:MYPY_FORCE_COLOR = 1}
4747
deps =
48-
mypy==0.971
48+
mypy==0.982
4949
commands =
5050
mypy --strict --python-version 3.10 src
5151
mypy --strict --python-version 3.10 tests
@@ -54,7 +54,7 @@ commands =
5454
description = check that the long description is valid
5555
skip_install = true
5656
deps =
57-
build[virtualenv]>=0.8
57+
build[virtualenv]>=0.9
5858
twine>=4.0.1
5959
commands =
6060
python -m build --sdist --wheel -o {envtmpdir} .

0 commit comments

Comments
 (0)