Skip to content

Commit

Permalink
Bump deps and tools (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat committed Apr 19, 2023
1 parent 39ea380 commit dbc69b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ -44,11 +44,11 @@ dynamic = [
"version",
]
dependencies = [
"packaging>=23",
"packaging>=23.1",
]
optional-dependencies.test = [
"covdefaults>=2.3",
"pytest>=7.2.2",
"pytest>=7.3.1",
"pytest-cov>=4",
]
urls.Documentation = "https://tox.wiki"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ docs =
Sphinx>=6.1.3
test =
covdefaults>=2.3
pytest>=7.2.2
pytest>=7.3.1
pytest-cov>=4

[options.package_data]
Expand Down

0 comments on commit dbc69b3

Please sign in to comment.