This reverts commit c9376756f7097d66f5ea6b06a95ab00d80298b63 except
where it makes sense (the temporary pinning of flask-oidc and
itsdangerous due to newer-version incompatibilities).
A conversation can be had about reproducibility (including possibly creating a requirements-frozen.txt with == pinned versions), but doing it in a heavy-handed manner across the entire set of requirements breaks lots of things, especially on different Python versions.
This reverts commit c9376756f7097d66f5ea6b06a95ab00d80298b63 except
where it makes sense (the temporary pinning of flask-oidc and
itsdangerous due to newer-version incompatibilities).
A conversation can be had about reproducibility (including possibly creating a
requirements-frozen.txtwith==pinned versions), but doing it in a heavy-handed manner across the entire set of requirements breaks lots of things, especially on different Python versions.Fixes #5441