summaryrefslogtreecommitdiff
path: root/requirements-test.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2019-09-10 19:12:16 +0100
committerStephen Finucane <stephen@that.guru>2019-09-10 19:12:16 +0100
commit8f0ba2bb74499c3c4884746a782e87ed362e8f1e (patch)
tree218a965c45a928a273f69909e29708ab95023eb1 /requirements-test.txt
parentc90473ea4478db20a0c7e6686620ad8dd0d412e4 (diff)
downloadpatchwork-8f0ba2bb74499c3c4884746a782e87ed362e8f1e.tar
patchwork-8f0ba2bb74499c3c4884746a782e87ed362e8f1e.tar.gz
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")
Diffstat (limited to 'requirements-test.txt')
-rw-r--r--requirements-test.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/requirements-test.txt b/requirements-test.txt
index 6d0b3ef..4235f37 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -1,5 +1,5 @@
mysqlclient~=1.4.4
-psycopg2-binary~=2.8
-sqlparse~=0.3
-python-dateutil~=2.8
+psycopg2-binary~=2.8.0
+sqlparse~=0.3.0
+python-dateutil~=2.8.0
openapi-core~=0.8.0