Skip to content

Commit

Permalink
Bump deps and tools (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Apr 19, 2023
1 parent 8017730 commit 412690f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repos:
- id: flake8
additional_dependencies:
- flake8-bugbear==23.3.23
- flake8-comprehensions==3.11.1
- flake8-comprehensions==3.12
- flake8-pytest-style==1.7.2
- flake8-spellcheck==0.28
- flake8-unused-arguments==0.0.13
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dynamic = [
"version",
]
dependencies = [
"pytest>=7.2.2",
"pytest>=7.3.1",
]
optional-dependencies.test = [
"coverage>=7.2.3",
Expand Down

0 comments on commit 412690f

Please sign in to comment.