Skip to content

Commit 6b9aaaa

Browse files
committed
Revert updating python version
1 parent be5f1c9 commit 6b9aaaa

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ keywords = ["cli", "commands"]
1515

1616
# Requirements
1717
[tool.poetry.dependencies]
18-
python = "^3.6.2"
18+
python = "^3.6"
1919
pylev = "^1.3.0"
2020
crashtest = "^0.3.1"
2121

@@ -25,6 +25,7 @@ pytest-mock = "^3.4.0"
2525
pre-commit = {version = "^2.9.3", python = "^3.6.1"}
2626
pytest-cov = "^2.10.1"
2727
tox = "^3.20.1"
28+
black = "22.3.0" # exact version as in pre-commit
2829
isort = "^5.6.4"
2930
flake8 = "^3.8.4"
3031

0 commit comments

Comments
 (0)