Adsk Contrib - Update Python documentation requirements#2285
Conversation
Signed-off-by: Doug Walker <doug.walker@autodesk.com>
Signed-off-by: Doug Walker <doug.walker@autodesk.com>
|
Apparently, urllib3 v2 is causing problems on the CY2022 containers. Copilot says....
|
|
Thanks for the review Zach! Please note that we are removing CY2022 from the CI in PR #2282, so that doesn't need to fixed. |
|
Ohhh yes. And now I remember, I think you mentioned this in the TSC meeting. Forget I said anything! LGTM. |
Signed-off-by: Doug Walker <doug.walker@autodesk.com>
Signed-off-by: Doug Walker <doug.walker@autodesk.com>
Signed-off-by: Doug Walker <doug.walker@autodesk.com>
* Implement dependabot requests Signed-off-by: Doug Walker <doug.walker@autodesk.com> * Revert Sphinx Signed-off-by: Doug Walker <doug.walker@autodesk.com> * Update latest dependabot Signed-off-by: Doug Walker <doug.walker@autodesk.com> * Add sphinx-press install Signed-off-by: Doug Walker <doug.walker@autodesk.com> * Remove outdated comment Signed-off-by: Doug Walker <doug.walker@autodesk.com> --------- Signed-off-by: Doug Walker <doug.walker@autodesk.com> (cherry picked from commit 45ff624) Signed-off-by: Doug Walker <doug.walker@autodesk.com>
Fixed the issues with the outdated installations requested by the documentation system, as mentioned by dependabot.
This fixes three "Dependabot alerts" vulnerabilities in the project's Security and Quality tab:
"setuptools vulnerable to Command Injection via package URL"
"setuptools has a path traversal vulnerability in PackageIndex.download that leads to Arbitrary File Write"
"urllib3 redirects are not disabled when retries are disabled on PoolManager instantiation"
I was unable to update Sphinx because it seems our documentation template is not compatible.
Note: It is expected that the Linux 2022 CI will fail, however, we are moving that out of the CI matrix in a separate PR.