Skip to content
Open
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
2 changes: 1 addition & 1 deletion .config/python/dev/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ mkdocs-glightbox==0.5.2
mkdocs-material==9.7.0
multiprocessing_logging==0.3.4
pygithub==2.8.1
pymdown-extensions==10.17.2
pymdown-extensions==10.19
Copy link

Choose a reason for hiding this comment

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

Bug: Dependency version bump overshoots intended release

pymdown-extensions is pinned to 10.19, but the PR title/description indicates a bump to 10.18. This introduces an unreviewed extra version jump that can change runtime behavior or break MkDocs/Markdown extension configuration unexpectedly compared to what the PR claims to update.

Fix in Cursor Fix in Web

pytablewriter==1.2.1
pytest-cov==7.0.0
pytest-timeout==2.4.0
Expand Down
Loading