From c7f7cf50ab8c434db07d4f4180b33ea8d9aeafd4 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Sun, 1 Dec 2019 15:01:35 +0000 Subject: 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 --- requirements-dev.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'requirements-dev.txt') diff --git a/requirements-dev.txt b/requirements-dev.txt index 60eb8a6..d4d1ddf 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -1,10 +1,10 @@ -Django~=2.2.0; python_version >= '3.5' +Django~=2.2.0; python_version >= '3.5' # pyup: >= 2.2.0,<2.3.0 Django~=1.11.0; python_version < '3.0' # pyup: ignore djangorestframework~=3.10.0; python_version >= '3.5' djangorestframework~=3.9.0; python_version < '3.0' # pyup: ignore -django-filter~=2.2.0; python_version >= '3.5' +django-filter~=2.2.0; python_version >= '3.5' # pyup: >=2.2.0,<2.3.0 django-filter~=1.1.0; python_version < '3.0' # pyup: ignore django-debug-toolbar~=2.0.0; python_version >= '3.5' # pyup: ignore django-debug-toolbar~=1.11.0; python_version < '3.0' # pyup: ignore -django-dbbackup~=3.2.0 +django-dbbackup~=3.2.0 # pyup: >=3.2.0,<3.3.0 -r requirements-test.txt -- cgit v1.2.3