Skip to content

Commit 732133e

Browse files
committed
build(poetry): update black version for python 3.9 and upgrade least support python version to python 3.6.2
1 parent b5c66e1 commit 732133e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ classifiers = [
4444
]
4545

4646
[tool.poetry.dependencies]
47-
python = "^3.6.1"
47+
python = "^3.6.2"
4848
questionary = "^1.4.0"
4949
decli = "^0.5.2"
5050
colorama = "^0.4.1"
@@ -57,7 +57,7 @@ argcomplete = "^1.12.1"
5757

5858
[tool.poetry.dev-dependencies]
5959
ipython = "^7.2"
60-
black = "^19.3b0"
60+
black = "^21.12b0"
6161
pytest = "^5.0"
6262
flake8 = "^3.6"
6363
pytest-cov = "^2.6"

0 commit comments

Comments
 (0)