summaryrefslogtreecommitdiff
path: root/requirements-test.txt
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2019-12-01 15:01:35 +0000
committerStephen Finucane <stephen@that.guru>2019-12-01 15:01:35 +0000
commitc7f7cf50ab8c434db07d4f4180b33ea8d9aeafd4 (patch)
treedb241bf8df0c61ccb086028eabc45df052248281 /requirements-test.txt
parent4c068c176902636102f165a4ee786f9cf72c8e1b (diff)
downloadpatchwork-c7f7cf50ab8c434db07d4f4180b33ea8d9aeafd4.tar
patchwork-c7f7cf50ab8c434db07d4f4180b33ea8d9aeafd4.tar.gz
requirements: Add pyup markers to prevent dumb PRs
Until [1] is merged, we're going to have to override what these markers are doing. Perhaps it would be easier to just specify the markers in the comments as the actual marker, but I like using pip's features and the comments *should* be temporary. [1] https://github.com/pyupio/pyup/pull/367 Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'requirements-test.txt')
-rw-r--r--requirements-test.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/requirements-test.txt b/requirements-test.txt
index 4235f37..bddc37d 100644
--- a/requirements-test.txt
+++ b/requirements-test.txt
@@ -1,5 +1,5 @@
-mysqlclient~=1.4.4
-psycopg2-binary~=2.8.0
-sqlparse~=0.3.0
-python-dateutil~=2.8.0
-openapi-core~=0.8.0
+mysqlclient~=1.4.4 # pyup: >=1.4.4,<1.5.0
+psycopg2-binary~=2.8.0 # pyup: >=2.8.0,<2.9.0
+sqlparse~=0.3.0 # pyup: >=0.3.0,<0.4.0
+python-dateutil~=2.8.0 # pyup: >=2.8.0,<2.9.0
+openapi-core~=0.8.0 # pyup: >=0.8.0,<0.9.0