File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -21,15 +21,15 @@ repos:
2121 hooks :
2222 - id : isort
2323 - repo : https://github.com/psf/black
24- rev : 22.12 .0
24+ rev : 23.1 .0
2525 hooks :
2626 - id : black
2727 args : [--safe]
2828 - repo : https://github.com/asottile/blacken-docs
2929 rev : 1.13.0
3030 hooks :
3131 - id : blacken-docs
32- additional_dependencies : [black==22.10 ]
32+ additional_dependencies : [black==23.1 ]
3333 - repo : https://github.com/asottile/setup-cfg-fmt
3434 rev : v2.2.0
3535 hooks :
@@ -44,16 +44,16 @@ repos:
4444 hooks :
4545 - id : flake8
4646 additional_dependencies :
47- - flake8-bugbear==22.10.27
47+ - flake8-bugbear==23.1.20
4848 - flake8-comprehensions==3.10.1
4949 - flake8-pytest-style==1.6
5050 - flake8-spellcheck==0.28
51- - flake8-unused-arguments==0.0.12
51+ - flake8-unused-arguments==0.0.13
5252 - flake8-noqa==1.3
53- - pep8-naming==0.13.2
54- - flake8-pyproject==1.2.1
53+ - pep8-naming==0.13.3
54+ - flake8-pyproject==1.2.2
5555 - repo : https://github.com/pre-commit/mirrors-prettier
56- rev : " v3.0.0-alpha.4 "
56+ rev : " v2.7.1 "
5757 hooks :
5858 - id : prettier
5959 additional_dependencies :
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=65.6.3 " , " setuptools_scm>=7.0.5 " ]
2+ requires = [" setuptools>=67.1 " , " setuptools_scm>=7.1 " ]
33build-backend = ' setuptools.build_meta'
44
55[tool .black ]
Original file line number Diff line number Diff line change @@ -42,8 +42,8 @@ where = src
4242[options.extras_require]
4343test =
4444 covdefaults>=2.2.2
45- httpx>=0.23.1
46- pytest>=7.2
45+ httpx>=0.23.3
46+ pytest>=7.2.1
4747 pytest-cov>=4
4848
4949[options.package_data]
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ passenv =
3636 PROGRAMDATA
3737skip_install = true
3838deps =
39- pre-commit>=2.20
39+ pre-commit>=3.0.4
4040commands =
4141 pre-commit run --all-files --show-diff-on-failure
4242
@@ -54,7 +54,7 @@ commands =
5454description = check that the long description is valid
5555skip_install = true
5656deps =
57- build[virtualenv]>=0.9
57+ build[virtualenv]>=0.10
5858 twine>=4.0.2
5959commands =
6060 python -m build --sdist --wheel -o {envtmpdir} .
You can’t perform that action at this time.
0 commit comments