Skip to content

Commit bc89951

Browse files
committed
Bump required Python to 3.6.2 and black.
1 parent ac05a04 commit bc89951

File tree

2 files changed

+67
-57
lines changed

2 files changed

+67
-57
lines changed

poetry.lock

Lines changed: 65 additions & 55 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ keywords = ["django", "python", "javascript", "fullstack"]
1414
"Funding" = "https://github.com/sponsors/adamghill"
1515

1616
[tool.poetry.dependencies]
17-
python = "^3.6"
17+
python = "^3.6.2"
1818
django = ">=2.2"
1919
beautifulsoup4 = ">=4.8.0"
2020
orjson = "^3.6.0"
@@ -25,7 +25,7 @@ decorator = "^4.4.2"
2525

2626
[tool.poetry.dev-dependencies]
2727
pytest = "^6.2"
28-
black = "^19.10b0"
28+
black = "^21.11b1"
2929
flake8 = "^3.8.3"
3030
isort = "^5.0.9"
3131
mypy = "<0.780"

0 commit comments

Comments
 (0)