Skip to content

Commit

Permalink
Remove upperbound for black
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudw committed Feb 8, 2023
1 parent be3ab66 commit dfe2a34
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 31 deletions.
61 changes: 31 additions & 30 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion pyproject.toml
Expand Up @@ -39,7 +39,7 @@ kubernetes = { version = ">=12.0.0", optional = true }

[tool.poetry.dev-dependencies]
mypy = ">=0.910"
black = ">=21.7b0,<23.0"
black = ">=21.7b0"
flake8 = ">=3.9.2"
isort = ">=5.9.3"
pytest = ">=6.2.4"
Expand Down

0 comments on commit dfe2a34

Please sign in to comment.