Closed afshin closed 1 year ago
This PR catches up on the backlog of EC meeting minutes.
Fixes https://github.com/jupyter/executive-council-team-compass/issues/2
This PR pins urllib3 to <2 in requirements.txt as a workaround for SSL failures, but we should remove this constraint when it becomes possible.
urllib3
<2
requirements.txt
This is ready for review, but I don't know how to fix the RTD build issue.
It seems a new version of urllib was just released and it is pulled in by sphinx but I don't know how to resolve the problem.
urllib
sphinx
This PR catches up on the backlog of EC meeting minutes.
Fixes https://github.com/jupyter/executive-council-team-compass/issues/2
Note
This PR pins
urllib3
to<2
inrequirements.txt
as a workaround for SSL failures, but we should remove this constraint when it becomes possible.