From feb5888af3647978b6e389dd2c5e8e7d249e2755 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 22 Jul 2021 20:47:15 +0100 Subject: [PATCH 1/7] Update coverage from 5.0.1 to 5.5 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 475dae4..9d03128 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ pip==19.3.1 bump2version==0.5.11 wheel==0.33.6 watchdog==0.9.0 -coverage==5.0.1 +coverage==5.5 tox==3.14.3 flake8==3.7.9 sphinx-click==2.3.1 From 9b8324f0c861ed6c1e5dbc7561c099365611558c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Oct 2021 23:11:15 +0000 Subject: [PATCH 2/7] Bump opencv-python from 4.1.2.30 to 4.2.0.32 Bumps [opencv-python](https://github.com/skvark/opencv-python) from 4.1.2.30 to 4.2.0.32. - [Release notes](https://github.com/skvark/opencv-python/releases) - [Commits](https://github.com/skvark/opencv-python/commits) --- updated-dependencies: - dependency-name: opencv-python dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 475dae4..1b23ade 100644 --- a/requirements.txt +++ b/requirements.txt @@ -21,5 +21,5 @@ pandas==0.25.3 matplotlib==3.1.2 pysam==0.15.3 vcfpy==0.12.1 -opencv-python==4.1.2.30 +opencv-python==4.2.0.32 plotly==4.5.4 From 42bd472ca985aee2fbfe7980a0142a1722b96b6c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Nov 2021 17:50:02 +0000 Subject: [PATCH 3/7] Bump pip from 19.3.1 to 21.1 Bumps [pip](https://github.com/pypa/pip) from 19.3.1 to 21.1. - [Release notes](https://github.com/pypa/pip/releases) - [Changelog](https://github.com/pypa/pip/blob/main/NEWS.rst) - [Commits](https://github.com/pypa/pip/compare/19.3.1...21.1) --- updated-dependencies: - dependency-name: pip dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 475dae4..e5fc11b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ click==7.0 -pip==19.3.1 +pip==21.1 bump2version==0.5.11 wheel==0.33.6 watchdog==0.9.0 From b7f62eb1996f2ee65751888452e9fd474d6ed5de Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 25 Feb 2022 23:17:23 +0100 Subject: [PATCH 4/7] Update pytest-runner from 5.2 to 6.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 475dae4..37dc03a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,7 +12,7 @@ Sphinx==3.0.4 sphinxcontrib-napoleon==0.7 codecov==2.0.21 pytest-cov==2.8.1 -pytest-runner==5.2 +pytest-runner==6.0.0 pytest==5.3.2 twine==3.1.1 From 1ceee97b4cff991f9d91c4d38dacdc7924e793f4 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Mon, 7 Mar 2022 18:54:10 +0100 Subject: [PATCH 5/7] Update pip from 19.3.1 to 22.0.4 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 475dae4..542c986 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ click==7.0 -pip==19.3.1 +pip==22.0.4 bump2version==0.5.11 wheel==0.33.6 watchdog==0.9.0 From d3e91a79d7dd6672a8d71a0c5a654427d67956db Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Tue, 8 Mar 2022 05:25:38 +0100 Subject: [PATCH 6/7] Update numpy from 1.18.0 to 1.22.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 475dae4..6372d91 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ pytest-runner==5.2 pytest==5.3.2 twine==3.1.1 -numpy==1.18.0 +numpy==1.22.3 pandas==0.25.3 matplotlib==3.1.2 pysam==0.15.3 From b6827c9ef9933f9ea00fd345b34c4fa189c9dc40 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Mar 2022 18:05:39 +0000 Subject: [PATCH 7/7] Bump numpy from 1.18.0 to 1.21.0 Bumps [numpy](https://github.com/numpy/numpy) from 1.18.0 to 1.21.0. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/HOWTO_RELEASE.rst.txt) - [Commits](https://github.com/numpy/numpy/compare/v1.18.0...v1.21.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1b23ade..2640b3c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -16,7 +16,7 @@ pytest-runner==5.2 pytest==5.3.2 twine==3.1.1 -numpy==1.18.0 +numpy==1.21.0 pandas==0.25.3 matplotlib==3.1.2 pysam==0.15.3