Skip to content

Stop pinning dependencies

Evan Read requested to merge eread/stop-pinning-dependencies into master

What does this Merge Request do?

Pinning some dependencies (but not all) causes problems with keeping GDK dependencies up to date.

Let's stop pinning, and if we find a specific reason to pin in the future, we can pin again (with documentation for why).

Merge Request checklist

  • Tests added for new functionality. If not, please raise Issue to follow-up.
  • This change is backward compatible. If not, please include steps to communicate to our users.
  • Documentation added/updated, if needed.
  • gdk doctor test added, if needed.

Merge request reports