]> git.ipfire.org Git - thirdparty/patchwork.git/commitdiff
requirements: Add pyup markers to prevent dumb PRs
authorStephen Finucane <stephen@that.guru>
Sun, 1 Dec 2019 15:01:35 +0000 (15:01 +0000)
committerStephen Finucane <stephen@that.guru>
Sun, 1 Dec 2019 15:01:35 +0000 (15:01 +0000)
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>
requirements-dev.txt
requirements-prod.txt
requirements-test.txt

index 60eb8a63071952a40870dd92acbd0ce8496765df..d4d1ddf9a3b720cec988989061591ddbb9599598 100644 (file)
@@ -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
index 797d30bbb2e500a800f0edbb6498adcfc0fb63df..ff583b4b4e91caa4e8290e565c306a8c514b5e3e 100644 (file)
@@ -1,8 +1,8 @@
-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.10.0; python_version >= '3.5'  # pyup: >=3.10.0,<3.11.0
 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
-psycopg2-binary~=2.8.0
-sqlparse~=0.3.0
+psycopg2-binary~=2.8.0  # pyup: >=2.8.0,<2.9.0
+sqlparse~=0.3.0  # pyup: >=0.3.0,<0.4.0
index 4235f3721c5f60963b0ccc5f02d57de5bbd25f0f..bddc37d3b736208560b1643c29881e03e8e14aa9 100644 (file)
@@ -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