Skip to content

Commit

Permalink
Bump yapf from 0.32.0 to 0.40.2
Browse files Browse the repository at this point in the history
Bumps [yapf](https://github.com/google/yapf) from 0.32.0 to 0.40.2.
- [Changelog](https://github.com/google/yapf/blob/main/CHANGELOG.md)
- [Commits](google/yapf@v0.32.0...v0.40.2)

---
updated-dependencies:
- dependency-name: yapf
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 25, 2023
1 parent 1788ab7 commit aa3cc5e
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 33 deletions.
62 changes: 30 additions & 32 deletions poetry.lock

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

2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jsonschema = "^4.17.3"

[tool.poetry.group.dev.dependencies]
mypy = "^1.1.1"
yapf = "^0.32.0"
yapf = ">=0.32,<0.41"

[tool.poetry.scripts]
jill = 'jill.__main__:main'
Expand Down

0 comments on commit aa3cc5e

Please sign in to comment.