Skip to content

Commit 2a6eebe

Browse files
committed
Update dependencies for development
1 parent ae923bb commit 2a6eebe

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

poetry.lock

Lines changed: 16 additions & 16 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
@@ -51,7 +51,7 @@ pytest-describe = "^1.0"
5151
pytest-timeout = "^1.4"
5252
black = [
5353
{version = "20.8b1", python = "<3.6.2"},
54-
{version = "21.5b0", python = ">=3.6.2"}
54+
{version = "21.5b1", python = ">=3.6.2"}
5555
]
5656
flake8 = "^3.9"
5757
mypy = "0.812"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ isolated_build = true
44

55
[testenv:black]
66
basepython = python3.8
7-
deps = black==21.5b0
7+
deps = black==21.5b1
88
commands =
99
black src tests setup.py --check
1010

0 commit comments

Comments
 (0)