Skip to content

Commit 412690f

Browse files
authored
Bump deps and tools (#30)
Committed via https://github.com/asottile/all-repos
1 parent 8017730 commit 412690f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
- id: flake8
4646
additional_dependencies:
4747
- flake8-bugbear==23.3.23
48-
- flake8-comprehensions==3.11.1
48+
- flake8-comprehensions==3.12
4949
- flake8-pytest-style==1.7.2
5050
- flake8-spellcheck==0.28
5151
- flake8-unused-arguments==0.0.13

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dynamic = [
3131
"version",
3232
]
3333
dependencies = [
34-
"pytest>=7.2.2",
34+
"pytest>=7.3.1",
3535
]
3636
optional-dependencies.test = [
3737
"coverage>=7.2.3",

0 commit comments

Comments
 (0)