Skip to content

Commit 9c02a9f

Browse files
committed
Update dependencies
1 parent 7894dc0 commit 9c02a9f

File tree

3 files changed

+59
-40
lines changed

3 files changed

+59
-40
lines changed

poetry.lock

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

pyproject.toml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,10 @@ python = "^3.6"
4646

4747
[tool.poetry.dev-dependencies]
4848
pytest = "^6.2"
49-
pytest-asyncio = ">=0.16,<1"
49+
pytest-asyncio = [
50+
{version=">=0.17,<1", python = ">=3.7" },
51+
{version=">=0.16,<0.17", python = "<3.7" },
52+
]
5053
pytest-benchmark = "^3.4"
5154
pytest-cov = "^3.0"
5255
pytest-describe = "^2.0"
@@ -57,7 +60,7 @@ black = [
5760
{version = "20.8b1", python = "<3.6.2"}
5861
]
5962
flake8 = "^4.0"
60-
mypy = "0.930"
63+
mypy = "0.931"
6164
sphinx = "^4.3"
6265
sphinx_rtd_theme = ">=1,<2"
6366
check-manifest = ">=0.47,<1"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ commands =
2525
[testenv:mypy]
2626
basepython = python3.9
2727
deps =
28-
mypy==0.930
28+
mypy==0.931
2929
pytest>=6.2,<7
3030
commands =
3131
mypy src tests

0 commit comments

Comments
 (0)