Skip to content
This repository has been archived by the owner on Dec 14, 2022. It is now read-only.

Commit

Permalink
chore(dev): update deps-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Feb 14, 2022
1 parent 91104b1 commit ec10030
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,16 @@ python = "^3.6.1"
beancount = '>=2.3.0,<3.0.0,!=2.3.1'

[tool.poetry.dev-dependencies]
pre-commit = '==2.7.1'
pre-commit = '==2.17.0'
# tests
coverage = "==5.2.1"
pytest = "==6.0.1"
pytest-github-actions-annotate-failures = "==0.1.0"
coverage = "==6.3.1"
pytest = "==7.0.1"
pytest-github-actions-annotate-failures = "==0.1.6"
# linter
mypy = "^0.770"
flake8 = "3.8.3"
flake8-comprehensions = "==3.2.3"
flake8-bugbear = "==20.1.4"
flake8 = "==4.0.1"
flake8-comprehensions = "==3.8.0"
flake8-bugbear = "==22.1.11"
flake8-mutable = "1.2.0"

[tool.isort]
Expand Down

0 comments on commit ec10030

Please sign in to comment.