Skip to content

Commit

Permalink
chore(deps-dev): update python dev dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Nov 6, 2021
1 parent 593a711 commit 720c6f1
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 26 deletions.
58 changes: 37 additions & 21 deletions poetry.lock

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

10 changes: 5 additions & 5 deletions pyproject.toml
Expand Up @@ -10,11 +10,11 @@ alembic = "1.7.0"
arrow = "0.10.0"

[tool.poetry.dev-dependencies]
black = {version = "21.9b0", allow-prereleases = true}
isort = "5.0.0"
pre-commit = "2.14.0"
pylama = "7.7.0"
yamllint = "1.25.0"
black = {version = "21.10b0", allow-prereleases = true}
isort = "5.10.0"
pre-commit = "2.15.0"
pylama = "7.7.1"
yamllint = "1.26.3"

[tool.black]
line-length = 88
Expand Down

0 comments on commit 720c6f1

Please sign in to comment.