Skip to content

Commit 9fff3e2

Browse files
authored
chore(deps): broaden Python 3.6 dependency spec (#43)
1 parent 929df14 commit 9fff3e2

File tree

2 files changed

+28
-16
lines changed

2 files changed

+28
-16
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ classifiers = [
2222
"Changelog" = "https://github.com/mcous/decoy/releases"
2323

2424
[tool.poetry.dependencies]
25-
python = "^3.6.2"
25+
python = "^3.6"
2626

2727
[tool.poetry.dev-dependencies]
28-
black = "^21.5b1"
28+
black = { version = "^21.7b0", python = "^3.6.2" }
2929
flake8 = "^3.8.4"
30-
flake8-annotations = "^2.4.1"
30+
flake8-annotations = { version = "^2.6.2", python = "^3.6.2" }
3131
flake8-docstrings = "^1.5.0"
3232
mkdocs = "^1.1.2"
3333
mkdocs-material = "^7.1.10"

0 commit comments

Comments
 (0)