Skip to content

Commit

Permalink
Build(deps-dev): Bump poetry from 1.1.10 to 1.1.11
Browse files Browse the repository at this point in the history
Bumps [poetry](https://github.com/python-poetry/poetry) from 1.1.10 to 1.1.11.
- [Release notes](https://github.com/python-poetry/poetry/releases)
- [Changelog](https://github.com/python-poetry/poetry/blob/1.1.11/CHANGELOG.md)
- [Commits](python-poetry/poetry@1.1.10...1.1.11)

---
updated-dependencies:
- dependency-name: poetry
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 5, 2021
1 parent 6e4fef8 commit 9e57e07
Show file tree
Hide file tree
Showing 2 changed files with 61 additions and 66 deletions.
123 changes: 59 additions & 64 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 @@ -27,7 +27,7 @@ packaging = ">=20.9"

[tool.poetry.dev-dependencies]
pytest = "^6.2.5"
coverage = {extras = ["toml"], version = "^5.5"}
coverage = {extras = ["toml"], version = "^6.0"}
safety = "^1.10.3"
mypy = "^0.910"
typeguard = "^2.12.1"
Expand All @@ -47,7 +47,7 @@ reorder-python-imports = "^2.6.0"
pre-commit-hooks = "^4.0.1"
furo = "^2021.9.22"
Pygments = "^2.10.0"
poetry = "^1.1.10"
poetry = "^1.1.11"
pytest-datadir = "^1.3.1"
dataclasses = {version = "^0.8", python = "<3.7"}
typing-extensions = "^3.10.0"
Expand Down

0 comments on commit 9e57e07

Please sign in to comment.