Merge #2251
2251: Fix broken setup. Not all dependencies were pinned. As usual a depend… r=mergify[bot] a=Diman0 …ency had a breaking update. ## What type of PR? bug-fix ## What does this PR do? The dependencies pulled in by the python packages required for setup were not pinned. Unfortunately one of the dependencies had a breaking update. This PR also pins all dependencies to the last working version. ### Related issue(s) - closes #2249 ## Prerequisites Before we can consider review and merge, please make sure the following list is done and checked. If an entry in not applicable, you can check it or remove it from the list. - [x] In case of feature or enhancement: documentation updated accordingly - [x] Unless it's docs or a minor change: add [changelog](https://mailu.io/master/contributors/workflow.html#changelog) entry file. Co-authored-by: Dimitri Huisman <diman@huisman.xyz>master
commit
9a99f4253b
@ -0,0 +1 @@
|
||||
Fix broken setup. Not all dependencies were pinned resulting in a broken update being pulled.
|
Loading…
Reference in New Issue