Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…tools-python into develop

* 'develop' of https://github.com/awslabs/aws-lambda-powertools-python:
  chore(deps-dev): bump isort from 5.9.3 to 5.10.1 (#811)
  chore(deps-dev): bump coverage from 6.0.2 to 6.1.2 (#810)
  • Loading branch information
heitorlessa committed Nov 17, 2021
2 parents f198ca8 + 8be9af1 commit 075ac41
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 40 deletions.
90 changes: 52 additions & 38 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pydantic = {version = "^1.8.2", optional = true }
email-validator = {version = "*", optional = true }

[tool.poetry.dev-dependencies]
coverage = {extras = ["toml"], version = "^6.0"}
coverage = {extras = ["toml"], version = "^6.1"}
pytest = "^6.2.5"
black = "^21.10.b0"
flake8 = "^3.9.0"
Expand All @@ -40,7 +40,7 @@ flake8-debugger = "^4.0.0"
flake8-fixme = "^1.1.1"
flake8-isort = "^4.1.1"
flake8-variables-names = "^0.0.4"
isort = "^5.9.3"
isort = "^5.10.1"
pytest-cov = "^3.0.0"
pytest-mock = "^3.5.1"
pdoc3 = "^0.10.0"
Expand Down

0 comments on commit 075ac41

Please sign in to comment.