[Bot] Update dependencies (#1050)

* Update dependencies

* chore: minor updates

Co-authored-by: mayeut <mayeut@users.noreply.github.com>
Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
This commit is contained in:
cibuildwheel-bot[bot]
2022-03-18 00:13:35 -04:00
committed by GitHub
co-authored by mayeut Henry Schreiner
parent 13b65414ae
commit 02cc5bdaea
11 changed files with 122 additions and 123 deletions
+3 -3
View File
@@ -14,7 +14,7 @@ repos:
- id: trailing-whitespace
- repo: https://github.com/asottile/pyupgrade
rev: v2.31.0
rev: v2.31.1
hooks:
- id: pyupgrade
name: PyUpgrade 3.6+
@@ -27,7 +27,7 @@ repos:
# Autoremoves unused imports
- repo: https://github.com/hadialqattan/pycln
rev: v1.2.4
rev: v1.2.5
hooks:
- id: pycln
args: [--config=pyproject.toml]
@@ -48,7 +48,7 @@ repos:
- id: setup-cfg-fmt
- repo: https://github.com/pre-commit/mirrors-mypy
rev: v0.931
rev: v0.941
hooks:
- id: mypy
name: mypy 3.6 on cibuildwheel/