]> git.ipfire.org Git - thirdparty/patchwork.git/commit
requirements: Use compatible MINOR releases
authorStephen Finucane <stephen@that.guru>
Tue, 10 Sep 2019 18:12:16 +0000 (19:12 +0100)
committerStephen Finucane <stephen@that.guru>
Tue, 10 Sep 2019 18:12:16 +0000 (19:12 +0100)
commit8f0ba2bb74499c3c4884746a782e87ed362e8f1e
tree218a965c45a928a273f69909e29708ab95023eb1
parentc90473ea4478db20a0c7e6686620ad8dd0d412e4
requirements: Use compatible MINOR releases

'~= 2.2' will match '2.2.N', '2.3.N', etc. but not '3.0.N'. What we want
in most cases is to match '2.2.N' only. Ensure this is the case.

Signed-off-by: Stephen Finucane <stephen@that.guru>
Fixes: c90473ea ("requirements: Switch to compatible releases")
requirements-dev.txt
requirements-prod.txt
requirements-test.txt