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 docs/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ idna==2.10
imagesize==1.2.0
importlib-metadata==4.0.1
Jinja2==2.11.3
Markdown==3.3.4
Markdown==3.8.1
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

Incompatible pinned dependency version for importlib-metadata

High Severity

Upgrading Markdown to 3.8.1 introduces a dependency conflict. Markdown>=3.4 requires importlib-metadata>=4.4 on Python < 3.10, but importlib-metadata is pinned to 4.0.1 in the same file. This will cause pip to fail to resolve dependencies (or produce runtime errors) when building docs on Python 3.9. The importlib-metadata pin needs to be bumped to at least 4.4.

Additional Locations (1)

Fix in Cursor Fix in Web

MarkupSafe==1.1.1
packaging==20.9
Pygments==2.9.0
Expand Down