Skip to content
Closed
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
83 changes: 41 additions & 42 deletions poetry.lock

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

12 changes: 6 additions & 6 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.61.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.

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+.

Fix in Cursor Fix in Web

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

Reviewed by Cursor Bugbot for commit 36b861b. Configure here.


[tool.poetry.group.dev.dependencies]
alembic = "~=1.18.4"
pre-commit = "~=4.6.0"
pytest = "~=9.0.3"
ruff = "~=0.13.3"
alembic = "~=1.18.5"
pre-commit = "~=4.6.1"
pytest = "~=9.1.1"
ruff = "~=0.16.0"
pyrefly = "~=1.1.1"
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