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
@@ -1,6 +1,6 @@
mkdocs==1.6.1
mike==2.1.3
markdown==3.7
markdown==3.10.2
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

🔴 HIGH RISK

The version 3.10.2 for the markdown package does not exist on PyPI. The current latest stable release is 3.7. Using a non-existent version will cause the build process to fail.

Try running the following prompt in your coding agent:

Search for the latest version of the 'markdown' package on PyPI and update requirements.txt with the correct version number.

mkdocs-material==8.2.3
Jinja2==3.1.6

Expand Down
Loading