File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4444 hooks :
4545 - id : flake8
4646 additional_dependencies :
47- - flake8-bugbear==23.1.20
47+ - flake8-bugbear==23.2.13
4848 - flake8-comprehensions==3.10.1
49- - flake8-pytest-style==1.6
49+ - flake8-pytest-style==1.7.2
5050 - flake8-spellcheck==0.28
5151 - flake8-unused-arguments==0.0.13
5252 - flake8-noqa==1.3
Original file line number Diff line number Diff line change 11[build-system ]
2- requires = [" setuptools>=67.1 " , " setuptools_scm>=7.1" ]
2+ requires = [" setuptools>=67.6 " , " setuptools_scm>=7.1" ]
33build-backend = ' setuptools.build_meta'
44
55[tool .black ]
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ project_urls =
2828[options]
2929packages = find:
3030install_requires =
31- devpi-client>=6.0.2
31+ devpi-client>=6.0.3
3232 devpi-server>=6.8
3333python_requires = >=3.7
3434include_package_data = True
@@ -41,9 +41,9 @@ where = src
4141
4242[options.extras_require]
4343test =
44- covdefaults>=2.2.2
44+ covdefaults>=2.3
4545 httpx>=0.23.3
46- pytest>=7.2.1
46+ pytest>=7.2.2
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>=3.0.4
39+ pre-commit>=3.1.1
4040commands =
4141 pre-commit run --all-files --show-diff-on-failure
4242
@@ -45,7 +45,7 @@ description = run type check on code base
4545setenv =
4646 {tty:MYPY_FORCE_COLOR = 1}
4747deps =
48- mypy ==0.991
48+ mypy ==1.1.1
4949commands =
5050 mypy --strict --python-version 3.10 src
5151 mypy --strict --python-version 3.10 tests
You can’t perform that action at this time.
0 commit comments