File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=65.3 " , " setuptools_scm>=7.0.5" ]
2+ requires = [" setuptools>=65.5 " , " setuptools_scm>=7.0.5" ]
33build-backend = ' setuptools.build_meta'
44
55[tool .black ]
Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ project_urls =
2828[options]
2929packages = find:
3030install_requires =
31- devpi-client>=6.0.1
32- devpi-server>=6.6
31+ devpi-client>=6.0.2
32+ devpi-server>=6.7
3333python_requires = >=3.7
3434include_package_data = True
3535package_dir =
@@ -43,8 +43,8 @@ where = src
4343test =
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]
5050devpi_process = py.typed
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ description = run type check on code base
4545setenv =
4646 {tty:MYPY_FORCE_COLOR = 1}
4747deps =
48- mypy ==0.971
48+ mypy ==0.982
4949commands =
5050 mypy --strict --python-version 3.10 src
5151 mypy --strict --python-version 3.10 tests
@@ -54,7 +54,7 @@ commands =
5454description = check that the long description is valid
5555skip_install = true
5656deps =
57- build[virtualenv]>=0.8
57+ build[virtualenv]>=0.9
5858 twine>=4.0.1
5959commands =
6060 python -m build --sdist --wheel -o {envtmpdir} .
You can’t perform that action at this time.
0 commit comments