Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
109 changes: 54 additions & 55 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ classifiers = [

[tool.poetry.dependencies]
python = ">=3.10"
squawk-cli = ">=2.0"
squawk-cli = ">=2.62.0"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tightened squawk-cli version constraint

High Severity

Dependabot raised the published squawk-cli lower bound from >=2.0 to >=2.62.0. This hook lets consumers pin their own squawk release via additional_dependencies, and the broad floor exists to avoid install conflicts with those pins. The documented example squawk-cli==2.41.0 would fail to resolve after this change.

Fix in Cursor Fix in Web

Triggered by learned rule: squawk-cli broad version constraint is intentional

Reviewed by Cursor Bugbot for commit 541cac2. Configure here.


[tool.poetry.group.dev.dependencies]
alembic = "~=1.18.4"
pre-commit = "~=4.6.0"
pytest = "~=9.0.3"
ruff = "~=0.13.3"
pyrefly = "~=1.1.1"
alembic = "~=1.19.0"
pre-commit = "~=4.6.1"
pytest = "~=9.1.1"
ruff = "~=0.16.1"
pyrefly = "~=1.2.0"
pytest-cov = "~=7.1.0"
diff-cover = "~=10.2.1"
diff-cover = "~=10.4.1"

[tool.poetry.scripts]
squawk-alembic = "squawk_alembic.hook:main"
Expand Down
Loading