Skip to content

Commit

Permalink
Bump deps and tools (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Apr 19, 2023
1 parent ba4534a commit b866d40
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,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
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,12 @@ optional-dependencies.docs = [
"furo>=2023.3.27",
"proselint>=0.13",
"sphinx>=6.1.3",
"sphinx-autodoc-typehints!=1.23.4,>=1.22",
"sphinx-autodoc-typehints!=1.23.4,>=1.23",
]
optional-dependencies.test = [
"appdirs==1.4.4",
"covdefaults>=2.3",
"pytest>=7.2.2",
"pytest>=7.3.1",
"pytest-cov>=4",
"pytest-mock>=3.10",
]
Expand Down

0 comments on commit b866d40

Please sign in to comment.