Skip to content

Commit 8c710a0

Browse files
authored
Bump deps and tools (#64)
1 parent 8d86aef commit 8c710a0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
rev: 1.13.0
3030
hooks:
3131
- id: blacken-docs
32-
additional_dependencies: [black==23.1]
32+
additional_dependencies: [black==23.3]
3333
- repo: https://github.com/asottile/setup-cfg-fmt
3434
rev: v2.2.0
3535
hooks:
@@ -44,7 +44,7 @@ repos:
4444
hooks:
4545
- id: flake8
4646
additional_dependencies:
47-
- flake8-bugbear==23.3.12
47+
- flake8-bugbear==23.3.23
4848
- flake8-comprehensions==3.11.1
4949
- flake8-pytest-style==1.7.2
5050
- flake8-spellcheck==0.28
@@ -53,7 +53,7 @@ repos:
5353
- pep8-naming==0.13.3
5454
- flake8-pyproject==1.2.3
5555
- repo: https://github.com/pre-commit/mirrors-prettier
56-
rev: "v3.0.0-alpha.6"
56+
rev: "v2.7.1"
5757
hooks:
5858
- id: prettier
5959
additional_dependencies:

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[build-system]
22
build-backend = 'setuptools.build_meta'
33
requires = [
4-
"setuptools>=67.6",
4+
"setuptools>=67.6.1",
55
"setuptools_scm>=7.1",
66
]
77

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ commands =
3333
description = run static analysis and style check using flake8
3434
skip_install = true
3535
deps =
36-
pre-commit>=3.2
36+
pre-commit>=3.2.1
3737
passenv =
3838
HOMEPATH
3939
PROGRAMDATA

0 commit comments

Comments
 (0)