Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
Cito committed Jan 13, 2022
1 parent 7894dc0 commit 9c02a9f
Show file tree
Hide file tree
Showing 3 changed files with 59 additions and 40 deletions.
90 changes: 53 additions & 37 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 5 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,10 @@ python = "^3.6"

[tool.poetry.dev-dependencies]
pytest = "^6.2"
pytest-asyncio = ">=0.16,<1"
pytest-asyncio = [
{version=">=0.17,<1", python = ">=3.7" },
{version=">=0.16,<0.17", python = "<3.7" },
]
pytest-benchmark = "^3.4"
pytest-cov = "^3.0"
pytest-describe = "^2.0"
Expand All @@ -57,7 +60,7 @@ black = [
{version = "20.8b1", python = "<3.6.2"}
]
flake8 = "^4.0"
mypy = "0.930"
mypy = "0.931"
sphinx = "^4.3"
sphinx_rtd_theme = ">=1,<2"
check-manifest = ">=0.47,<1"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ commands =
[testenv:mypy]
basepython = python3.9
deps =
mypy==0.930
mypy==0.931
pytest>=6.2,<7
commands =
mypy src tests
Expand Down

0 comments on commit 9c02a9f

Please sign in to comment.