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 requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ghp-import==2.1.0
idna==3.11
Jinja2==3.1.6
jsbeautifier==1.15.4
Markdown==3.5.2
Markdown==3.8.1
Copy link

Choose a reason for hiding this comment

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

Lock file not updated with new Markdown version

Low Severity

requirements.txt bumps Markdown to 3.8.1 but requirements.lock still pins Markdown==3.5.2. This introduces a version discrepancy between the two files that previously didn't exist, making the lock file misleading for anyone using it as a reference for the resolved dependency set.

Fix in Cursor Fix in Web

MarkupSafe==3.0.3
mergedeep==1.3.4
mkdocs==1.6.1
Expand Down