chore(deps): bump the python-packages group with 6 updates - #13
chore(deps): bump the python-packages group with 6 updates#13dependabot[bot] wants to merge 1 commit into
Conversation
Bumps the python-packages group with 6 updates: | Package | From | To | | --- | --- | --- | | [squawk-cli](https://github.com/sbdchd/squawk) | `2.53.0` | `2.61.0` | | [alembic](https://github.com/sqlalchemy/alembic) | `1.18.4` | `1.18.5` | | [pre-commit](https://github.com/pre-commit/pre-commit) | `4.6.0` | `4.6.1` | | [pytest](https://github.com/pytest-dev/pytest) | `9.0.3` | `9.1.1` | | [ruff](https://github.com/astral-sh/ruff) | `0.13.3` | `0.16.0` | | [diff-cover](https://github.com/Bachmann1234/diff-cover) | `10.2.1` | `10.4.1` | Updates `squawk-cli` from 2.53.0 to 2.61.0 - [Release notes](https://github.com/sbdchd/squawk/releases) - [Changelog](https://github.com/sbdchd/squawk/blob/master/CHANGELOG.md) - [Commits](sbdchd/squawk@v2.53.0...v2.61.0) Updates `alembic` from 1.18.4 to 1.18.5 - [Release notes](https://github.com/sqlalchemy/alembic/releases) - [Changelog](https://github.com/sqlalchemy/alembic/blob/main/CHANGES) - [Commits](https://github.com/sqlalchemy/alembic/commits) Updates `pre-commit` from 4.6.0 to 4.6.1 - [Release notes](https://github.com/pre-commit/pre-commit/releases) - [Changelog](https://github.com/pre-commit/pre-commit/blob/main/CHANGELOG.md) - [Commits](pre-commit/pre-commit@v4.6.0...v4.6.1) Updates `pytest` from 9.0.3 to 9.1.1 - [Release notes](https://github.com/pytest-dev/pytest/releases) - [Changelog](https://github.com/pytest-dev/pytest/blob/main/CHANGELOG.rst) - [Commits](pytest-dev/pytest@9.0.3...9.1.1) Updates `ruff` from 0.13.3 to 0.16.0 - [Release notes](https://github.com/astral-sh/ruff/releases) - [Changelog](https://github.com/astral-sh/ruff/blob/main/CHANGELOG.md) - [Commits](astral-sh/ruff@0.13.3...0.16.0) Updates `diff-cover` from 10.2.1 to 10.4.1 - [Release notes](https://github.com/Bachmann1234/diff-cover/releases) - [Changelog](https://github.com/Bachmann1234/diff_cover/blob/main/CHANGELOG) - [Commits](Bachmann1234/diff_cover@v10.2.1...v10.4.1) --- updated-dependencies: - dependency-name: squawk-cli dependency-version: 2.61.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: alembic dependency-version: 1.18.5 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pre-commit dependency-version: 4.6.1 dependency-type: direct:development update-type: version-update:semver-patch dependency-group: python-packages - dependency-name: pytest dependency-version: 9.1.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: ruff dependency-version: 0.16.0 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages - dependency-name: diff-cover dependency-version: 10.4.1 dependency-type: direct:development update-type: version-update:semver-minor dependency-group: python-packages ... Signed-off-by: dependabot[bot] <support@github.com>
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Want higher recall? High effort reviews run extra passes and find more bugs. A team admin can switch effort levels in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 36b861b. Configure here.
| [tool.poetry.dependencies] | ||
| python = ">=3.10" | ||
| squawk-cli = ">=2.0" | ||
| squawk-cli = ">=2.61.0" |
There was a problem hiding this comment.
Squawk lower bound overly tightened
Medium Severity
Dependabot raised the runtime squawk-cli floor from >=2.0 to >=2.61.0. That broad lower bound is intentional so consumers can pin any squawk 2.x via additional_dependencies; the tighter floor conflicts with documented pins such as squawk-cli==2.41.0 and forces every install onto 2.61+.
Triggered by learned rule: squawk-cli broad version constraint is intentional
Reviewed by Cursor Bugbot for commit 36b861b. Configure here.
|
Looks like these dependencies are updatable in another way, so this is no longer needed. |


Bumps the python-packages group with 6 updates:
2.53.02.61.01.18.41.18.54.6.04.6.19.0.39.1.10.13.30.16.010.2.110.4.1Updates
squawk-clifrom 2.53.0 to 2.61.0Release notes
Sourced from squawk-cli's releases.
... (truncated)
Changelog
Sourced from squawk-cli's changelog.
... (truncated)
Commits
b4f0f66release: 2.61.0 (#1252)4f45d64parser: refactor ast::RelationFromItem to use ast::RelationNameRef (#1251)dce69b0ide: refactor to use AnyName node (#1250)b569610parser: add more nodes for ast on top of cst -> more enums (#1248)cafa57fparser: refactor even more Name/NameRef to more precise node types (#1247)d86f074parser: refactor Name/NameRef to more specific nodes 1/? (#1246)2739323release: 2.60 (#1245)15a939eparser: add type specific rename nodes for alter statements (#1244)eff82b7parser: add pg19 support for json_table plan, include columns (#1243)4952334parser: add more specific name nodes (#1242)Updates
alembicfrom 1.18.4 to 1.18.5Release notes
Sourced from alembic's releases.
... (truncated)
Commits
Updates
pre-commitfrom 4.6.0 to 4.6.1Release notes
Sourced from pre-commit's releases.
Changelog
Sourced from pre-commit's changelog.
Commits
242ce8av4.6.1766e550Merge pull request #3727 from pre-commit/dedupe1558d06Merge pull request #3726 from pre-commit/exists-faster8a1c47aavoid duplicate files in --all-files during conflict2e01c99faster check of rev existing locally as a commit3613bf2Merge pull request #3701 from pre-commit/autoupdate-repos1d811d9Return an error for invalid --repo374d354Merge pull request #3711 from damonbayer/dmb_JULIA_DEPOT_PATH1e7994fset JULIA_DEPOT_PATHb2b9119Merge pull request #3719 from pre-commit/npm-unknown-optionsUpdates
pytestfrom 9.0.3 to 9.1.1Release notes
Sourced from pytest's releases.
... (truncated)
Commits
cf470ecPrepare release version 9.1.1e0c8ce6Merge pull request #14625 from pytest-dev/patchback/backports/9.1.x/a07c31a97...1b82d16Merge pull request #14624 from pytest-dev/patchback/backports/9.1.x/b375b79ec...501c4bcMerge pull request #14596 from bluetech/doc-classmethodb61f588Merge pull request #14622 from chrisburr/fix-14608-initial-conftest-test-subdir9a567e0[automated] Update plugin list (#14617) (#14618)ef8b299Merge pull request #14620 from pytest-dev/patchback/backports/9.1.x/680f9f3ed...66abd07Merge pull request #14220 from bysiber/fix-stale-iexp-raisesgroup79fbf93Merge pull request #14612 from pytest-dev/patchback/backports/9.1.x/974ed48b6...0d312ebMerge pull request #14611 from bluetech/parametrize-argvalues-typingUpdates
rufffrom 0.13.3 to 0.16.0Release notes
Sourced from ruff's releases.
... (truncated)
Changelog
Sourced from ruff's changelog.
... (truncated)
Commits
a2635fdBump 0.16.0 (#27136)3433449[ty] Reuse full call diagnostics for implicit setter calls (#27115)2240070Reflectruff: ignoreand--add-ignorestabilization in documentation (#27...17ef711Stabilize--add-ignore(#27125)ef912bbAdd newly stabilized rules to defaults (#27055)b30f040Stabilize new default rules (#27035)bcd70c5Exclude Markdown files fromformat-devruns (#27052)87e51e2Fixformat --checkspans for syntax errors (#27045)afe2723[flake8-gettext] Stabilize qualified-name and built-in binding resolution (...a9702d8[flake8-bandit] Stabilize string literal binding resolution (S310) (#26944)Updates
diff-coverfrom 10.2.1 to 10.4.1Release notes
Sourced from diff-cover's releases.
Changelog
Sourced from diff-cover's changelog.
... (truncated)
Commits
8111a37Version 10.4.1291ee94Handle low confidence chardet detection for undeclared encodings (#611)147b410Bump setuptools from 80.9.0 to 83.0.0 (#609)8881685Version 10.4.0ca4effcAdd --branch-coverage flag to respect partial branch coverage (#608)b746a1bBump pylint from 4.0.5 to 4.0.6 (#607)85c493cBump ruff from 0.15.15 to 0.15.20 (#606)c61cc9cBump actions/checkout from 6 to 7 (#605)4e02daeBump actions/cache from 5 to 6 (#604)42632b3Bump black from 26.3.1 to 26.5.1 (#603)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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore <dependency name> major versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)@dependabot ignore <dependency name> minor versionwill close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)@dependabot ignore <dependency name>will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)@dependabot unignore <dependency name>will remove all of the ignore conditions of the specified dependency@dependabot unignore <dependency name> <ignore condition>will remove the ignore condition of the specified dependency and ignore conditionsNote
Low Risk
Dependency-only change with no runtime Python package code edits; main follow-up risk is CI/dev tooling behavior (especially Ruff 0.16 defaults) rather than production logic.
Overview
Updates dependency pins only in
pyproject.tomland regeneratespoetry.lock(Poetry 2.4.1 metadata).Runtime:
squawk-climinimum is raised from>=2.0to>=2.61.0(2.53.0 → 2.61.0 in the lock), bringing newer linter/parser behavior for PostgreSQL migration SQL.Dev group: patch/minor bumps for
alembic(1.18.5),pre-commit(4.6.1),pytest(9.1.1),diff-cover(10.4.1), andruff(0.16.0)—a larger jump that may surface new lint/format behavior locally viapoetry run ruffeven though.pre-commit-config.yamlstill pins the externalruff-pre-commithook at v0.13.0.Reviewed by Cursor Bugbot for commit 36b861b. Bugbot is set up for automated code reviews on this repo. Configure here.