From 67e37e3f914be429f8c72c665525ba21e73cf7a9 Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 15 Apr 2020 11:59:11 +0100 Subject: requirements: Remove final pyup markers Now that pyup properly supports compatible ranges [1], it's time to remove these markers. [1] https://github.com/pyupio/pyup/pull/367 Signed-off-by: Stephen Finucane --- requirements-test.txt | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/requirements-test.txt b/requirements-test.txt index bddc37d..4235f37 100644 --- a/requirements-test.txt +++ b/requirements-test.txt @@ -1,5 +1,5 @@ -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 +mysqlclient~=1.4.4 +psycopg2-binary~=2.8.0 +sqlparse~=0.3.0 +python-dateutil~=2.8.0 +openapi-core~=0.8.0 -- cgit v1.2.3