Skip to content

Commit

Permalink
build(deps-dev): update pycodestyle requirement (pyta-uoft#933)
Browse files Browse the repository at this point in the history
Updates the requirements on [pycodestyle](https://github.com/PyCQA/pycodestyle) to the latest version.
- [Release notes](https://github.com/PyCQA/pycodestyle/releases)
- [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt)
- [Commits](PyCQA/pycodestyle@2.10.0...2.11.0)

---
updated-dependencies:
- dependency-name: pycodestyle
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and sushimon committed Aug 8, 2023
1 parent 1a3df45 commit 5d6cac0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
- Added new function `validate_invariants` which takes in an object and checks that the representation invariants of the object are satisfied.
- The check for `ENABLE_CONTRACT_CHECKING` is now moved to the top of the body of the `new_setattr` function.
- Added the file `conftest.py` to store `pytest` fixtures.
- Updated to [pycodestyle v2.11](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt).

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies = [
"click >= 8.0.1, < 9",
"colorama ~= 0.4.6",
"jinja2 ~= 3.1.2",
"pycodestyle ~= 2.10.0",
"pycodestyle ~= 2.11",
"pygments >= 2.14,< 2.16",
"pylint ~= 2.17.4",
"requests >= 2.28,< 2.32",
Expand Down

0 comments on commit 5d6cac0

Please sign in to comment.