From e05c9d3627d265677ff7fb732ad448c4935558d7 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Aug 2024 13:14:04 -0400 Subject: [PATCH 01/14] Update toil from 5.0.0 to 7.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 6217b4e..8b0dc7c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -toil[cwl]==5.0.0 +toil[cwl]==7.0.0 pytz==2020.1 typing==3.7.4.3 ruamel.yaml==0.16.5 From 5bffff59823f28cc2ef895e417d65a06ac0db53b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Aug 2024 13:14:04 -0400 Subject: [PATCH 02/14] Update pytz from 2020.1 to 2024.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8b0dc7c..355e331 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ toil[cwl]==7.0.0 -pytz==2020.1 +pytz==2024.1 typing==3.7.4.3 ruamel.yaml==0.16.5 pip==20.2.3 From 3d15f37ed840d9217236ddd7933ba33bc022c0b1 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Aug 2024 13:14:05 -0400 Subject: [PATCH 03/14] Update typing from 3.7.4.3 to 3.10.0.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 355e331..e14dc56 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ toil[cwl]==7.0.0 pytz==2024.1 -typing==3.7.4.3 +typing==3.10.0.0 ruamel.yaml==0.16.5 pip==20.2.3 bumpversion==0.6.0 From ce9b61a9caf93b7a2856029a99138ecfdc7ab4eb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Aug 2024 13:14:05 -0400 Subject: [PATCH 04/14] Update ruamel.yaml from 0.16.5 to 0.18.6 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index e14dc56..16461db 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ toil[cwl]==7.0.0 pytz==2024.1 typing==3.10.0.0 -ruamel.yaml==0.16.5 +ruamel.yaml==0.18.6 pip==20.2.3 bumpversion==0.6.0 wheel==0.35.1 From de1ac8bb6a871374637044d73f3c693f2fd1f4e6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Aug 2024 13:14:06 -0400 Subject: [PATCH 05/14] Update pip from 20.2.3 to 24.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 16461db..156b999 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ toil[cwl]==7.0.0 pytz==2024.1 typing==3.10.0.0 ruamel.yaml==0.18.6 -pip==20.2.3 +pip==24.2 bumpversion==0.6.0 wheel==0.35.1 watchdog==0.10.3 From 3b7e923d95439768b4ce74a2c9c66567cf2ba44a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Aug 2024 13:14:06 -0400 Subject: [PATCH 06/14] Update wheel from 0.35.1 to 0.43.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 156b999..3b1fa30 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ typing==3.10.0.0 ruamel.yaml==0.18.6 pip==24.2 bumpversion==0.6.0 -wheel==0.35.1 +wheel==0.43.0 watchdog==0.10.3 flake8==3.8.4 tox==3.20.0 From 5cdc0ebd4a0e6b4b8c80566157364ef34268c002 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Aug 2024 13:14:07 -0400 Subject: [PATCH 07/14] Update watchdog from 0.10.3 to 4.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3b1fa30..f564b4b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,7 +5,7 @@ ruamel.yaml==0.18.6 pip==24.2 bumpversion==0.6.0 wheel==0.43.0 -watchdog==0.10.3 +watchdog==4.0.1 flake8==3.8.4 tox==3.20.0 coverage==5.3 From 0ae0b3e8981c34ed97212aaa7abd01dbab58d689 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Aug 2024 13:14:07 -0400 Subject: [PATCH 08/14] Update flake8 from 3.8.4 to 7.1.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index f564b4b..36d7b11 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,7 +6,7 @@ pip==24.2 bumpversion==0.6.0 wheel==0.43.0 watchdog==4.0.1 -flake8==3.8.4 +flake8==7.1.0 tox==3.20.0 coverage==5.3 twine==3.2.0 From d1ef6f43983ffbc2c999a594c1f07a2ce72406cc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Aug 2024 13:14:08 -0400 Subject: [PATCH 09/14] Update tox from 3.20.0 to 4.16.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 36d7b11..8fef31e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -7,7 +7,7 @@ bumpversion==0.6.0 wheel==0.43.0 watchdog==4.0.1 flake8==7.1.0 -tox==3.20.0 +tox==4.16.0 coverage==5.3 twine==3.2.0 pytest==6.1.1 From 0c7b920fb57cb61a03ad7bf2fd431cfe44547d06 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Aug 2024 13:14:08 -0400 Subject: [PATCH 10/14] Update coverage from 5.3 to 7.6.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8fef31e..0e16317 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ wheel==0.43.0 watchdog==4.0.1 flake8==7.1.0 tox==4.16.0 -coverage==5.3 +coverage==7.6.0 twine==3.2.0 pytest==6.1.1 pytest-runner==5.2 From 8208fe3193c8032d2d6877f80fd5ce4eaa9eb767 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Aug 2024 13:14:09 -0400 Subject: [PATCH 11/14] Update twine from 3.2.0 to 5.1.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0e16317..a588b74 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ watchdog==4.0.1 flake8==7.1.0 tox==4.16.0 coverage==7.6.0 -twine==3.2.0 +twine==5.1.1 pytest==6.1.1 pytest-runner==5.2 coloredlogs==10.0 From 5edf2dff89fb756095ab7070f693f11fa2dabb63 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Aug 2024 13:14:10 -0400 Subject: [PATCH 12/14] Update pytest from 6.1.1 to 8.3.2 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a588b74..d9ff87a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -10,7 +10,7 @@ flake8==7.1.0 tox==4.16.0 coverage==7.6.0 twine==5.1.1 -pytest==6.1.1 +pytest==8.3.2 pytest-runner==5.2 coloredlogs==10.0 pytest-travis-fold==1.3.0 From 7a540ebecf979b1ed6ac21bbaf84e5962471858c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Aug 2024 13:14:10 -0400 Subject: [PATCH 13/14] Update pytest-runner from 5.2 to 6.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index d9ff87a..3c0f9f4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -11,6 +11,6 @@ tox==4.16.0 coverage==7.6.0 twine==5.1.1 pytest==8.3.2 -pytest-runner==5.2 +pytest-runner==6.0.1 coloredlogs==10.0 pytest-travis-fold==1.3.0 From dbbce8183b21a88d7a173429dba9d2fd86db62e0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Aug 2024 13:14:11 -0400 Subject: [PATCH 14/14] Update coloredlogs from 10.0 to 15.0.1 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3c0f9f4..9db650d 100644 --- a/requirements.txt +++ b/requirements.txt @@ -12,5 +12,5 @@ coverage==7.6.0 twine==5.1.1 pytest==8.3.2 pytest-runner==6.0.1 -coloredlogs==10.0 +coloredlogs==15.0.1 pytest-travis-fold==1.3.0