From: Stephen Finucane Date: Wed, 15 Apr 2020 10:59:11 +0000 (+0100) Subject: requirements: Remove final pyup markers X-Git-Tag: v3.0.0~67 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67e37e3f914be429f8c72c665525ba21e73cf7a9;p=thirdparty%2Fpatchwork.git 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 --- diff --git a/requirements-test.txt b/requirements-test.txt index bddc37d3..4235f372 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