We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f1e776 commit 6a4b022Copy full SHA for 6a4b022
docs/_includes/head_custom.html
@@ -3,7 +3,7 @@
3
{%- if page.interactive_repo_review %}
4
5
<script
6
- src="https://cdn.jsdelivr.net/pyodide/v0.26.2/full/pyodide.js"
+ src="https://cdn.jsdelivr.net/pyodide/v0.27.1/full/pyodide.js"
7
crossorigin
8
></script>
9
docs/_includes/interactive_repo_review.html
@@ -20,10 +20,10 @@
20
<App
21
header={false}
22
deps={[
23
- "repo-review~=0.11.4",
+ "repo-review~=0.11.3",
24
"sp-repo-review==2025.01.22",
25
"validate-pyproject-schema-store==2025.01.20",
26
- "validate-pyproject[all]~=0.23.0",
+ "validate-pyproject[all]~=0.22.0",
27
]}
28
/>,
29
);
0 commit comments