-
Notifications
You must be signed in to change notification settings - Fork 50
Bump pycodestyle from 2.12.1 to 2.14.0 in /tools/deps #6069
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bump pycodestyle from 2.12.1 to 2.14.0 in /tools/deps #6069
Conversation
Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.12.1 to 2.14.0. - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt) - [Commits](PyCQA/pycodestyle@2.12.1...2.14.0) --- updated-dependencies: - dependency-name: pycodestyle dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
@dependabot rebase |
Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #6069 +/- ##
==========================================
+ Coverage 70.21% 70.24% +0.03%
==========================================
Files 96 96
Lines 16168 16168
==========================================
+ Hits 11353 11358 +5
+ Misses 4815 4810 -5
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR bumps pycodestyle from version 2.12.1 to 2.14.0, along with related dependency updates for flake8 and pyflakes.
- Updates pycodestyle to 2.14.0 which adds Python 3.14 support and fixes TypeVar default argument handling
- Updates flake8 from 7.1.1 to 7.3.0 and pyflakes from 3.2.0 to 3.4.0 as transitive dependencies
- Updates the pre-commit configuration to use the new flake8 version
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
tools/deps/requirements-tests.txt | Updates dependency versions and SHA256 hashes for pycodestyle, flake8, and pyflakes |
docs/changes/5.6.1.md | Documents the dependency upgrades in the changelog |
.pre-commit-config.yaml | Updates flake8 revision to match the new version |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
@dependabot rebase |
Looks like this PR has been edited by someone other than Dependabot. That means Dependabot can't rebase it - sorry! If you're happy for Dependabot to recreate it from scratch, overwriting any edits, you can request |
* Bump pycodestyle from 2.12.1 to 2.14.0 in /tools/deps Bumps [pycodestyle](https://github.com/PyCQA/pycodestyle) from 2.12.1 to 2.14.0. - [Release notes](https://github.com/PyCQA/pycodestyle/releases) - [Changelog](https://github.com/PyCQA/pycodestyle/blob/main/CHANGES.txt) - [Commits](PyCQA/pycodestyle@2.12.1...2.14.0) --- updated-dependencies: - dependency-name: pycodestyle dependency-version: 2.14.0 dependency-type: direct:production update-type: version-update:semver-minor - Updates flake8 from 7.1.1 to 7.3.0 and pyflakes from 3.2.0 to 3.4.0 as transitive dependencies - Updates the pre-commit configuration to use the new flake8 version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Saptarshi Ghosh <saptarshi.ghosh@hyland.com>
Bumps pycodestyle from 2.12.1 to 2.14.0.
Changelog
Sourced from pycodestyle's changelog.
Commits
814a0d1
Release 2.14.08621e31
fix false positive with TypeVar defaults with more than one argument292cdd0
Merge pull request #1285 from PyCQA/sphinx-config46bc333
add sphinx configuration for rtfda986384
[pre-commit.ci] pre-commit autoupdatec85e740
Merge pull request #1283 from PyCQA/py314ae41b34
updates for python 3.1434fc7f0
Merge pull request #1280 from PyCQA/pre-commit-ci-update-config7182ac8
[pre-commit.ci] auto fixes from pre-commit.com hooks1845a92
[pre-commit.ci] pre-commit autoupdateDependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase
.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebase
will rebase this PR@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it@dependabot merge
will merge this PR after your CI passes on it@dependabot squash and merge
will squash and merge this PR after your CI passes on it@dependabot cancel merge
will cancel a previously requested merge and block automerging@dependabot reopen
will reopen this PR if it is closed@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditions
will show all of the ignore conditions of the specified dependency@dependabot ignore this major version
will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor version
will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)