Skip to content

Commit 28772a2

Browse files
committed
Update dependencies
1 parent 05478f6 commit 28772a2

File tree

3 files changed

+60
-61
lines changed

3 files changed

+60
-61
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ pytest-describe = "^2.0"
5353
pytest-timeout = "^1.4"
5454
typing-extensions = { version = "^3.10", python = "<3.8" }
5555
black = [
56-
{version = "21.11b1", python = ">=3.6.2"},
56+
{version = "21.12b0", python = ">=3.6.2"},
5757
{version = "20.8b1", python = "<3.6.2"}
5858
]
5959
flake8 = "^4.0"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ python =
1212

1313
[testenv:black]
1414
basepython = python3.9
15-
deps = black==21.11b1
15+
deps = black==21.12b0
1616
commands =
1717
black src tests setup.py -t py39 --check
1818

0 commit comments

Comments
 (0)