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 f0db540 commit 74ec5b8Copy full SHA for 74ec5b8
1 file changed
hack/check-package-updates
@@ -1,4 +1,5 @@
1
#!/bin/bash
2
set -euo pipefail
3
4
-echo 'updates=["urllib3==2.6.0", "numpy==2.3.0"]'
+#echo 'updates=$(python3 check-for-updates.py)'
5
+echo "updates=['urllib3==2.6.0', 'numpy==2.3.0']"
0 commit comments