From 207181520b2180d493698ed5ee34f475d955b32e Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:05 -0600 Subject: [PATCH 01/28] Update click from 7.0 to 7.1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4836630..0a4b83f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ apipkg==1.5 # via pytest-shutil attrs==19.3.0 # via pytest biopython==1.76 click-plugins==1.1.1 -click==7.0 +click==7.1.1 colorama==0.4.3 contextlib2==0.6.0.post1 # via pytest-shutil coverage==5.0.3 From 73923e4da9c26d26fddfe65345879042d7f05982 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:06 -0600 Subject: [PATCH 02/28] Update coverage from 5.0.3 to 5.0.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0a4b83f..e5bc414 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ click-plugins==1.1.1 click==7.1.1 colorama==0.4.3 contextlib2==0.6.0.post1 # via pytest-shutil -coverage==5.0.3 +coverage==5.0.4 cycler==0.10.0 # via matplotlib execnet==1.7.1 # via pytest-shutil importlib-metadata==1.4.0 # via pytest From 855f8eab7bcba60dadbb75fa68762a1a18e5153a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:07 -0600 Subject: [PATCH 03/28] Update importlib-metadata from 1.4.0 to 1.6.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e5bc414..86a8026 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ contextlib2==0.6.0.post1 # via pytest-shutil coverage==5.0.4 cycler==0.10.0 # via matplotlib execnet==1.7.1 # via pytest-shutil -importlib-metadata==1.4.0 # via pytest +importlib-metadata==1.6.0 # via pytest kiwisolver==1.1.0 # via matplotlib matplotlib==3.1.2 mock==3.0.5 # via pytest-shutil From 69c0317c1eb0271bbfd4971c385ca08210ef210a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:08 -0600 Subject: [PATCH 04/28] Update matplotlib from 3.1.2 to 3.2.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 86a8026..6741e2e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ cycler==0.10.0 # via matplotlib execnet==1.7.1 # via pytest-shutil importlib-metadata==1.6.0 # via pytest kiwisolver==1.1.0 # via matplotlib -matplotlib==3.1.2 +matplotlib==3.2.1 mock==3.0.5 # via pytest-shutil more-itertools==8.1.0 # via pytest numpy==1.18.1 From bec228ce26a5be2c039144b2d63f8f330214f073 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:10 -0600 Subject: [PATCH 05/28] Update mock from 3.0.5 to 4.0.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6741e2e..81b7e02 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,7 +11,7 @@ execnet==1.7.1 # via pytest-shutil importlib-metadata==1.6.0 # via pytest kiwisolver==1.1.0 # via matplotlib matplotlib==3.2.1 -mock==3.0.5 # via pytest-shutil +mock==4.0.2 # via pytest-shutil more-itertools==8.1.0 # via pytest numpy==1.18.1 packaging==20.1 # via pytest From 29e72648a0a3042b84048f671ab2b8043f0c087b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:11 -0600 Subject: [PATCH 06/28] Update more-itertools from 8.1.0 to 8.2.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 81b7e02..f7decc0 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ importlib-metadata==1.6.0 # via pytest kiwisolver==1.1.0 # via matplotlib matplotlib==3.2.1 mock==4.0.2 # via pytest-shutil -more-itertools==8.1.0 # via pytest +more-itertools==8.2.0 # via pytest numpy==1.18.1 packaging==20.1 # via pytest pandas==0.25.3 From c4848e8b4331a545c82d4dd41f3c70ad46e356d3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:12 -0600 Subject: [PATCH 07/28] Update numpy from 1.18.1 to 1.18.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f7decc0..abb3d25 100644 --- a/requirements.txt +++ b/requirements.txt @@ -13,7 +13,7 @@ kiwisolver==1.1.0 # via matplotlib matplotlib==3.2.1 mock==4.0.2 # via pytest-shutil more-itertools==8.2.0 # via pytest -numpy==1.18.1 +numpy==1.18.2 packaging==20.1 # via pytest pandas==0.25.3 pluggy==0.13.1 # via pytest From d35b2f000273d7ca4b812ac859e176655abb291a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:13 -0600 Subject: [PATCH 08/28] Update packaging from 20.1 to 20.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index abb3d25..c7c8580 100644 --- a/requirements.txt +++ b/requirements.txt @@ -14,7 +14,7 @@ matplotlib==3.2.1 mock==4.0.2 # via pytest-shutil more-itertools==8.2.0 # via pytest numpy==1.18.2 -packaging==20.1 # via pytest +packaging==20.3 # via pytest pandas==0.25.3 pluggy==0.13.1 # via pytest py==1.8.1 # via pytest From 015338dae0a2234eab92691b2fccaa84b7184960 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:14 -0600 Subject: [PATCH 09/28] Update pandas from 0.25.3 to 1.0.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c7c8580..98234fb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ mock==4.0.2 # via pytest-shutil more-itertools==8.2.0 # via pytest numpy==1.18.2 packaging==20.3 # via pytest -pandas==0.25.3 +pandas==1.0.3 pluggy==0.13.1 # via pytest py==1.8.1 # via pytest path.py==12.0.2 # via pytest-shutil From 55d29f560fe03c4638b0586b3367d914c24c6324 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:15 -0600 Subject: [PATCH 10/28] Update path.py from 12.0.2 to 12.4.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 98234fb..659554a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -18,7 +18,7 @@ packaging==20.3 # via pytest pandas==1.0.3 pluggy==0.13.1 # via pytest py==1.8.1 # via pytest -path.py==12.0.2 # via pytest-shutil +path.py==12.4.0 # via pytest-shutil pyfaidx==0.5.8 pyfastaq==3.17.0 # via shell scripts pyparsing==2.4.6 # via matplotlib, pytest From 01e3252f21599edffb34bd8b04295c842d5dd8e6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:16 -0600 Subject: [PATCH 11/28] Update pytest from 5.3.4 to 5.4.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 659554a..86b01eb 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,7 +23,7 @@ pyfaidx==0.5.8 pyfastaq==3.17.0 # via shell scripts pyparsing==2.4.6 # via matplotlib, pytest python-dateutil==2.8.1 # via matplotlib, pandas -pytest==5.3.4 +pytest==5.4.1 pytest-shutil==1.7.0 pytz==2019.3 # via pandas pyyaml==5.3 From ece423a511c22655f6f68b3fe0b02b17125e3af0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:18 -0600 Subject: [PATCH 12/28] Update pyyaml from 5.3 to 5.3.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 86b01eb..54ae1db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -26,7 +26,7 @@ python-dateutil==2.8.1 # via matplotlib, pandas pytest==5.4.1 pytest-shutil==1.7.0 pytz==2019.3 # via pandas -pyyaml==5.3 +pyyaml==5.3.1 scipy==1.4.1 # via seaborn seaborn==0.10.0 six==1.14.0 # via pyfaidx, python-dateutil, pytest From 11ff15af4916b605cb7520563f2756e23cbee559 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:19 -0600 Subject: [PATCH 13/28] Update wcwidth from 0.1.8 to 0.1.9 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 54ae1db..b9bd573 100644 --- a/requirements.txt +++ b/requirements.txt @@ -31,5 +31,5 @@ scipy==1.4.1 # via seaborn seaborn==0.10.0 six==1.14.0 # via pyfaidx, python-dateutil, pytest termcolor==1.1.0 # via pytest-shutil -wcwidth==0.1.8 # via pytest +wcwidth==0.1.9 # via pytest zipp==2.1.0 # via pytest \ No newline at end of file From 57b80e9cdffa406005e98dfa41cafa8aaee1cc9c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:20 -0600 Subject: [PATCH 14/28] Update zipp from 2.1.0 to 3.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b9bd573..4c43b86 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,4 +32,4 @@ seaborn==0.10.0 six==1.14.0 # via pyfaidx, python-dateutil, pytest termcolor==1.1.0 # via pytest-shutil wcwidth==0.1.9 # via pytest -zipp==2.1.0 # via pytest \ No newline at end of file +zipp==3.1.0 # via pytest \ No newline at end of file From 5fff8014870a296a8f2a1a5bb4556387b82bad63 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:21 -0600 Subject: [PATCH 15/28] Pin biopython to latest version 1.76 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index f4dd687..22607c5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -45,7 +45,7 @@ zip_safe = False include_package_data = True packages = aakbar install_requires = - biopython + biopython==1.76 click>=5.0 click_plugins colorama From a30f44127fc00eeed81674dc8229e86dfe4bdc16 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:22 -0600 Subject: [PATCH 16/28] Pin click_plugins to latest version 1.1.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 22607c5..43a829f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ packages = aakbar install_requires = biopython==1.76 click>=5.0 - click_plugins + click_plugins==1.1.1 colorama coverage matplotlib From 64eb98b94a3ea7801da28345c3d23d3aab2cc3e2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:23 -0600 Subject: [PATCH 17/28] Pin colorama to latest version 0.4.3 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 43a829f..d7591e5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ install_requires = biopython==1.76 click>=5.0 click_plugins==1.1.1 - colorama + colorama==0.4.3 coverage matplotlib numpy From 72a1170259448baee0eaac4f7eaed45713da829d Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:24 -0600 Subject: [PATCH 18/28] Pin coverage to latest version 5.0.4 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d7591e5..1cc77f4 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ install_requires = click>=5.0 click_plugins==1.1.1 colorama==0.4.3 - coverage + coverage==5.0.4 matplotlib numpy pandas From ace89a190d0feebe98656dbe0cbd134098daed14 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:26 -0600 Subject: [PATCH 19/28] Pin matplotlib to latest version 3.2.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1cc77f4..0085838 100644 --- a/setup.cfg +++ b/setup.cfg @@ -50,7 +50,7 @@ install_requires = click_plugins==1.1.1 colorama==0.4.3 coverage==5.0.4 - matplotlib + matplotlib==3.2.1 numpy pandas path.py<=12.0.2 From 110e7cb62d094cc000c73d61a732bf41f4cc9118 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:27 -0600 Subject: [PATCH 20/28] Pin numpy to latest version 1.18.2 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0085838..579fd59 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ install_requires = colorama==0.4.3 coverage==5.0.4 matplotlib==3.2.1 - numpy + numpy==1.18.2 pandas path.py<=12.0.2 pyfaidx From c6599590685de8fbeb7949c95eac8dea61c33f58 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:28 -0600 Subject: [PATCH 21/28] Pin pandas to latest version 1.0.3 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 579fd59..576dabc 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ install_requires = coverage==5.0.4 matplotlib==3.2.1 numpy==1.18.2 - pandas + pandas==1.0.3 path.py<=12.0.2 pyfaidx pyfastaq From 3750952c84b8e4be4125f0728de7e8366d36da77 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:29 -0600 Subject: [PATCH 22/28] Pin path.py to latest version 12.4.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 576dabc..cb7d7e6 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,7 +53,7 @@ install_requires = matplotlib==3.2.1 numpy==1.18.2 pandas==1.0.3 - path.py<=12.0.2 + path.py==12.4.0 pyfaidx pyfastaq pytest From 87160fdedd4d9c760a5bb29ca8e7d9c7beb943c3 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:30 -0600 Subject: [PATCH 23/28] Pin pyfaidx to latest version 0.5.8 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cb7d7e6..6f72f1c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -54,7 +54,7 @@ install_requires = numpy==1.18.2 pandas==1.0.3 path.py==12.4.0 - pyfaidx + pyfaidx==0.5.8 pyfastaq pytest pytest-shutil From fe4cc0e845b9d43138b84d3e3c977a38f92f7629 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:31 -0600 Subject: [PATCH 24/28] Pin pyfastaq to latest version 3.17.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6f72f1c..2151a18 100644 --- a/setup.cfg +++ b/setup.cfg @@ -55,7 +55,7 @@ install_requires = pandas==1.0.3 path.py==12.4.0 pyfaidx==0.5.8 - pyfastaq + pyfastaq==3.17.0 pytest pytest-shutil pyyaml From 1a1b26627765634bd91ac5f1121cc9a9f79b2994 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:33 -0600 Subject: [PATCH 25/28] Pin pytest to latest version 5.4.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2151a18..53271c1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -56,7 +56,7 @@ install_requires = path.py==12.4.0 pyfaidx==0.5.8 pyfastaq==3.17.0 - pytest + pytest==5.4.1 pytest-shutil pyyaml seaborn From c964e4877cf8d6a0cc91b0bfc0f5508cdb658627 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:34 -0600 Subject: [PATCH 26/28] Pin pytest-shutil to latest version 1.7.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 53271c1..2c8f75b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -57,7 +57,7 @@ install_requires = pyfaidx==0.5.8 pyfastaq==3.17.0 pytest==5.4.1 - pytest-shutil + pytest-shutil==1.7.0 pyyaml seaborn From 1e1e44a8c0ff47dcf1b8b2c2a9134076a1089c8a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:35 -0600 Subject: [PATCH 27/28] Pin pyyaml to latest version 5.3.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 2c8f75b..6603f30 100644 --- a/setup.cfg +++ b/setup.cfg @@ -58,7 +58,7 @@ install_requires = pyfastaq==3.17.0 pytest==5.4.1 pytest-shutil==1.7.0 - pyyaml + pyyaml==5.3.1 seaborn [options.package_data] From 971e16a8f31b0a6875b96cb5c8a56671b0d25dec Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 30 Mar 2020 12:05:36 -0600 Subject: [PATCH 28/28] Pin seaborn to latest version 0.10.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 6603f30..bb9eab9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -59,7 +59,7 @@ install_requires = pytest==5.4.1 pytest-shutil==1.7.0 pyyaml==5.3.1 - seaborn + seaborn==0.10.0 [options.package_data] * =