Skip to content
Merged
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
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ optional-dependencies.dev = [
"check-manifest==0.51",
"deptry==0.25.1",
"doc8==2.0.0",
"doccmd==2026.7.19",
"doccmd==2026.8.16",

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Nonexistent dependency versions pinned

High Severity

doccmd, pytest-beartype-tests, and vws-test-fixtures are pinned to 2026.8.16, but those releases are not on PyPI. The latest published versions remain the previous pins, so installing or locking dev extras fails and breaks the toolchain this PR aims to refresh.

Additional Locations (2)
Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit a466343. Configure here.

"freezegun==1.5.5",
"furo==2025.12.19",
"interrogate==1.7.0",
Expand All @@ -61,7 +61,7 @@ optional-dependencies.dev = [
"pyroma==5.0.1",
"pytest==9.1.1",
"pytest-asyncio==1.4.0",
"pytest-beartype-tests==2026.4.26",
"pytest-beartype-tests==2026.8.16",
"pytest-cov==7.1.0",
"pyyaml==6.0.3",
"ruff==0.16.2",
Expand All @@ -87,7 +87,7 @@ optional-dependencies.dev = [
"vale==3.13.0.0",
"vulture==2.16",
"vws-python-mock==2026.8.14",
"vws-test-fixtures==2023.3.5",
"vws-test-fixtures==2026.8.16",
"yamlfix==1.19.1",
"zizmor==1.29.0",
]
Expand Down
Loading