Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
FeeeeK committed Jun 7, 2022
1 parent 1ea196a commit 4ffb3d9
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,41 +37,40 @@ exclude = ["**/tests/*", "**/test_*"]

[tool.poetry.dependencies]
python = "^3.7.2"
aiohttp = "^3.6.2"
aiohttp = "^3.8.1"
choicelib = "^0.1.5"
pydantic = "^1.8.2"
pydantic = "^1.9.1"
vbml = "^1.1.post1"
vkbottle-types = "^5.131.146.4"
watchgod = ">=0.7,<0.9"
watchgod = "^0.8.2"
aiofiles = "^0.8.0"
typing-extensions = "^4.0.1"
typing-extensions = "^4.2.0"

[tool.poetry.dev-dependencies]
# Lint
black = {version = "^22.1", allow-prereleases = true}
flake8 = "^4.0.1"
isort = "^5.10.1"
lxml = "^4.7.1"
lxml = "^4.9.0"
mypy = "^0.961"
mypy_extensions = "^0.4.3"
mypy-extensions = "^0.4.3"

# mypy stubs
types-aiofiles = "^0.8.0"
types-aiofiles = "^0.8.8"

# Tests
pytest = "^7.0.0"
pytest-asyncio = "^0.18.1"
pytest = "^7.1.2"
pytest-asyncio = "^0.18.3"
pytest-cov = "^3.0.0"
pytest-mock = "^3.6.1"
pytest-mock = "^3.7.0"

# Docs
mkdocs = "^1.2.3"
mkdocs-material = "^8.1.8"

# Pre-commit
autoflake = "^1.4"
pre-commit = "^2.17.0"
mypy-extensions = "^0.4.3"
pre-commit = "^2.19.0"

[tool.pytest.ini_options]
asyncio_mode = "auto"
Expand Down

0 comments on commit 4ffb3d9

Please sign in to comment.