[16.0][FIX] upgrade_analysis: Revert #3707 and do it on test-requirements.txt - #3708
Conversation
|
Hi @StefanRijnhart, @legalsylvain, |
|
@StefanRijnhart @sbidoul should I trigger the merge? |
|
You are right that the same constraint will need to be applied on other OCA repos that depend on upgrade_analysis. But assume a security vulnerability appears in mako < 1.4. With this you prevent everyone from upgrading, for a bad reason. If you upgrade jinja2 too everything probably works, since the problem seems to come from the old version of jinja2? It's complicated and I agree this solution is not ideal but its better than the direct upper bound, I'm quite sure of that. There is a similar issue that pops up frequently with cryptography and openssl, and we apply a similar solution, because forcing everyone to use an old version of the cryptography library is obviously not a good thing to do. |
StefanRijnhart
left a comment
There was a problem hiding this comment.
@sbidoul Alright, thanks for confirming.
|
/ocabot merge patch |
|
This PR looks fantastic, let's merge it! |
|
Congratulations, your PR was merged at 48086bf. Thanks a lot for contributing to OCA. ❤️ |
@Tecnativa