Skip to content

Commit

Permalink
Update dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pylipp committed Jan 2, 2023
1 parent 99d9040 commit ee8510f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ classifiers = [
]
[project.optional-dependencies]
develop = [
"black==22.10.0",
"coverage==6.5",
"black==22.12.0",
"coverage==7.0.1",
'flake8==6.0.0; python_version >= "3.8"',
'flake8==5.0.4; python_version < "3.8"',
"flake8-pyproject==1.2.2",
"gitlint-core==0.18.0",
"isort==5.10.1",
"pre-commit==2.20",
"isort==5.11.4",
"pre-commit==2.21.0",
]
packaging = [
"build",
Expand Down

0 comments on commit ee8510f

Please sign in to comment.