From b7097d292e7b528f7ecc4d21040bd9ff459bc504 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Feb 2024 20:03:03 +0100 Subject: [PATCH 01/13] Update coverage from 6.3.2 to 7.4.1 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4e1e398..b7d6dc1 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,4 +1,4 @@ -coverage==6.3.2 +coverage==7.4.1 flake8==4.0.1 pre-commit==2.17.0 pytest==7.0.1 From 10d710c0c5d9acd2ef6ba89dfe772e27ba041fab Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Feb 2024 20:03:03 +0100 Subject: [PATCH 02/13] Update flake8 from 4.0.1 to 7.0.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index b7d6dc1..357c336 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,5 +1,5 @@ coverage==7.4.1 -flake8==4.0.1 +flake8==7.0.0 pre-commit==2.17.0 pytest==7.0.1 pytest-mock==3.7.0 From 0edabe183ecbd9cd91dd6095bbf626dd46533839 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Feb 2024 20:03:04 +0100 Subject: [PATCH 03/13] Update pre-commit from 2.17.0 to 3.6.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 357c336..d5275b3 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ coverage==7.4.1 flake8==7.0.0 -pre-commit==2.17.0 +pre-commit==3.6.0 pytest==7.0.1 pytest-mock==3.7.0 requests-mock==1.9.3 From 8ce5fc0d5a39792080290ed33a008fc33648f181 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Feb 2024 20:03:04 +0100 Subject: [PATCH 04/13] Update pytest from 7.0.1 to 8.0.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index d5275b3..3446ef8 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -1,6 +1,6 @@ coverage==7.4.1 flake8==7.0.0 pre-commit==3.6.0 -pytest==7.0.1 +pytest==8.0.0 pytest-mock==3.7.0 requests-mock==1.9.3 From fe06a0b3938f26becf57eda9b30ff7769ba90853 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Feb 2024 20:03:04 +0100 Subject: [PATCH 05/13] Update pytest-mock from 3.7.0 to 3.12.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 3446ef8..4723f57 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -2,5 +2,5 @@ coverage==7.4.1 flake8==7.0.0 pre-commit==3.6.0 pytest==8.0.0 -pytest-mock==3.7.0 +pytest-mock==3.12.0 requests-mock==1.9.3 From bb633716fcd22c443132ac65771fe17008dcd97b Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Feb 2024 20:03:05 +0100 Subject: [PATCH 06/13] Update requests-mock from 1.9.3 to 1.11.0 --- dev-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-requirements.txt b/dev-requirements.txt index 4723f57..633d57c 100644 --- a/dev-requirements.txt +++ b/dev-requirements.txt @@ -3,4 +3,4 @@ flake8==7.0.0 pre-commit==3.6.0 pytest==8.0.0 pytest-mock==3.12.0 -requests-mock==1.9.3 +requests-mock==1.11.0 From f850b1cd1d0cea909fd491db48f3d0108ab5b9be Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Feb 2024 20:03:05 +0100 Subject: [PATCH 07/13] Update sphinx from 4.4.0 to 7.2.6 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index a7e1df0..945c9f6 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ recommonmark==0.7.1 -Sphinx==4.4.0 +Sphinx==7.2.6 sphinx-markdown-tables==0.0.15 sphinx-rtd-theme==1.0.0 From c452b113ea83f76b6f0c7f48d164825e768a85b6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Feb 2024 20:03:06 +0100 Subject: [PATCH 08/13] Update sphinx-markdown-tables from 0.0.15 to 0.0.17 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 945c9f6..5e4ba1b 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ recommonmark==0.7.1 Sphinx==7.2.6 -sphinx-markdown-tables==0.0.15 +sphinx-markdown-tables==0.0.17 sphinx-rtd-theme==1.0.0 From a1735e3486a19c358e93fa509b518c1c78771ebb Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Feb 2024 20:03:06 +0100 Subject: [PATCH 09/13] Update sphinx-rtd-theme from 1.0.0 to 2.0.0 --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5e4ba1b..f887fdb 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ recommonmark==0.7.1 Sphinx==7.2.6 sphinx-markdown-tables==0.0.17 -sphinx-rtd-theme==1.0.0 +sphinx-rtd-theme==2.0.0 From 7c64d2c8a1c826ff4bab18a988adb80e2e0cc02f Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Feb 2024 20:03:06 +0100 Subject: [PATCH 10/13] Update click from 8.0.4 to 8.1.7 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4897e85..5cb687a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -click==8.0.4 +click==8.1.7 Columnar==1.4.1 gitpython==3.1.27 requests==2.27.1 From 15439b6c14598c723e4f5d7151ebd3cb17d67b3c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Feb 2024 20:03:07 +0100 Subject: [PATCH 11/13] Update gitpython from 3.1.27 to 3.1.41 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 5cb687a..b8fabec 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ click==8.1.7 Columnar==1.4.1 -gitpython==3.1.27 +gitpython==3.1.41 requests==2.27.1 tabulate==0.8.9 From ec27949f557bb84ac75ddb122c2439116b3da9cc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Feb 2024 20:03:07 +0100 Subject: [PATCH 12/13] Update requests from 2.27.1 to 2.31.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index b8fabec..4d23893 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ click==8.1.7 Columnar==1.4.1 gitpython==3.1.41 -requests==2.27.1 +requests==2.31.0 tabulate==0.8.9 From 738d9e1bcf9c71fee2de6508afcbfda78fc011b0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 1 Feb 2024 20:03:07 +0100 Subject: [PATCH 13/13] Update tabulate from 0.8.9 to 0.9.0 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 4d23893..3ab42fd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,4 +2,4 @@ click==8.1.7 Columnar==1.4.1 gitpython==3.1.41 requests==2.31.0 -tabulate==0.8.9 +tabulate==0.9.0