Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 28, 2025

Bumps pycodestyle from 2.12.1 to 2.14.0.

Changelog

Sourced from pycodestyle's changelog.

2.14.0 (2025-06-20)

Changes:

  • Add support for python 3.14. PR #1283.
  • Fix false positive for TypeVar defaults with more than one argument. PR #1286.

2.13.0 (2025-03-29)

Changes:

  • Improve performance. PR #1254. PR #1255.
  • Drop EOL python 3.8. PR #1267.
  • E251: fix false positive for PEP 696 defaults. PR #1278. PR #1279.
Commits
  • 814a0d1 Release 2.14.0
  • 8621e31 fix false positive with TypeVar defaults with more than one argument
  • 292cdd0 Merge pull request #1285 from PyCQA/sphinx-config
  • 46bc333 add sphinx configuration for rtfd
  • a986384 [pre-commit.ci] pre-commit autoupdate
  • c85e740 Merge pull request #1283 from PyCQA/py314
  • ae41b34 updates for python 3.14
  • 34fc7f0 Merge pull request #1280 from PyCQA/pre-commit-ci-update-config
  • 7182ac8 [pre-commit.ci] auto fixes from pre-commit.com hooks
  • 1845a92 [pre-commit.ci] pre-commit autoupdate
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot 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)

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>
@S-Ghosh-Dev2
Copy link
Collaborator

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 1, 2025

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 @dependabot recreate.

Copy link

codecov bot commented Sep 1, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.24%. Comparing base (07c6dd1) to head (80ccf6b).
⚠️ Report is 5 commits behind head on master.

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     
Flag Coverage Δ
functional 60.10% <ø> (-0.02%) ⬇️
integration 1.99% <ø> (ø)
unit 42.79% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@S-Ghosh-Dev2 S-Ghosh-Dev2 requested a review from Copilot September 1, 2025 09:43
Copilot

This comment was marked as outdated.

@S-Ghosh-Dev2 S-Ghosh-Dev2 requested a review from Copilot September 2, 2025 06:53
Copy link

@Copilot Copilot AI left a 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.

@S-Ghosh-Dev2
Copy link
Collaborator

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 9, 2025

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 @dependabot recreate.

@S-Ghosh-Dev2 S-Ghosh-Dev2 merged commit 03ccaa1 into master Sep 9, 2025
28 of 29 checks passed
@S-Ghosh-Dev2 S-Ghosh-Dev2 deleted the dependabot/pip/tools/deps/pycodestyle-2.14.0 branch September 9, 2025 08:59
gitofanindya pushed a commit that referenced this pull request Sep 15, 2025
* 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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants