Skip to content

Commit b800853

Browse files
committed
Update dependencies
1 parent e26caaa commit b800853

File tree

3 files changed

+59
-59
lines changed

3 files changed

+59
-59
lines changed

poetry.lock

Lines changed: 55 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
@@ -44,8 +44,8 @@ python = "^3.6"
4444

4545
[tool.poetry.dev-dependencies]
4646
pytest = "^6.2"
47-
pytest-asyncio = ">=0.14,<1"
48-
pytest-benchmark = "^3.2"
47+
pytest-asyncio = ">=0.15,<1"
48+
pytest-benchmark = "^3.4"
4949
pytest-cov = "^2.10"
5050
pytest-describe = "^1.0"
5151
pytest-timeout = "^1.4"

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ setenv =
4040
PYTHONPATH = {toxinidir}
4141
deps =
4242
pytest>=6.2,<7
43-
pytest-asyncio>=0.14,<1
44-
pytest-benchmark>=3.2,<4
43+
pytest-asyncio>=0.15,<1
44+
pytest-benchmark>=3.4,<4
4545
pytest-cov>=2.11,<3
4646
pytest-describe>=1,<2
4747
pytest-timeout>=1.4,<2

0 commit comments

Comments
 (0)