Skip to content

Commit

Permalink
chore(deps-dev): update yapf requirement from ==0.32.* to >=0.32,<0.41
Browse files Browse the repository at this point in the history
Updates the requirements on [yapf](https://github.com/google/yapf) to permit the latest version.
- [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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and jacobdadams committed Oct 3, 2023
1 parent 5fddd83 commit 5878b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
# 'pytest-pylint==0.19.*', #: https://github.com/carsongee/pytest-pylint/issues/180
'pytest-watch==4.2.*',
'pytest==7.*',
'yapf==0.32.*',
'yapf>=0.32,<0.41',
'pytest-mock==3.10.*',
]
},
Expand Down

0 comments on commit 5878b94

Please sign in to comment.