From 788c7543fc95a7013422a77c1bea430cb1e5349c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Oct 2021 19:15:02 +0200 Subject: [PATCH 1/9] Update fs from 2.4.11 to 2.4.13 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d12c980..c3f9be2 100644 --- a/setup.cfg +++ b/setup.cfg @@ -32,7 +32,7 @@ packages = fs.github test_suite = tests setup_requires = setuptools==41.2.0 install_requires = - fs==2.4.11 + fs==2.4.13 PyGithub==1.43.8 tests_require = From 017d6393f2850891a5e4847091a95c7df7370b92 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Oct 2021 19:15:02 +0200 Subject: [PATCH 2/9] Update pygithub from 1.43.8 to 1.55 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index c3f9be2..5a259aa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -33,7 +33,7 @@ test_suite = tests setup_requires = setuptools==41.2.0 install_requires = fs==2.4.13 - PyGithub==1.43.8 + PyGithub==1.55 tests_require = fs.github[test] From a593912244b143229bfa2f8550323616e9f71da0 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Oct 2021 19:15:03 +0200 Subject: [PATCH 3/9] Update setuptools from 41.2.0 to 58.1.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 5a259aa..d917649 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ include_package_data = true python_requires = >= 2.7, != 3.0.*, != 3.1.*, != 3.2.*, != 3.3.* packages = fs.github test_suite = tests -setup_requires = setuptools==41.2.0 +setup_requires = setuptools==58.1.0 install_requires = fs==2.4.13 PyGithub==1.55 From 6600d3e8fe343e39816561a135af2f5d404f3e2c Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Oct 2021 19:15:03 +0200 Subject: [PATCH 4/9] Update docutils from 0.15.2 to 0.17.1 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d917649..58da4a7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -47,7 +47,7 @@ fs.opener = [options.extras_require] dev = - docutils==0.15.2 + docutils==0.17.1 Pygments==2.4.2 codecov==2.0.15 test = From 74acfd2b7b21f74451311bfed4b78a96382fc8f6 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Oct 2021 19:15:04 +0200 Subject: [PATCH 5/9] Update pygments from 2.4.2 to 2.10.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 58da4a7..d57dafa 100644 --- a/setup.cfg +++ b/setup.cfg @@ -48,7 +48,7 @@ fs.opener = [options.extras_require] dev = docutils==0.17.1 - Pygments==2.4.2 + Pygments==2.10.0 codecov==2.0.15 test = green==3.0.0 From 140d4ccd2e673cad2b39f49cadf31977217affc2 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Oct 2021 19:15:04 +0200 Subject: [PATCH 6/9] Update codecov from 2.0.15 to 2.1.12 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d57dafa..1f13273 100644 --- a/setup.cfg +++ b/setup.cfg @@ -49,7 +49,7 @@ fs.opener = dev = docutils==0.17.1 Pygments==2.10.0 - codecov==2.0.15 + codecov==2.1.12 test = green==3.0.0 coverage==4.5.4 From 83f9f9c9ea23f9843ccb816288fde13c8ea8057a Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Oct 2021 19:15:04 +0200 Subject: [PATCH 7/9] Update green from 3.0.0 to 3.3.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 1f13273..0faf3b5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -51,7 +51,7 @@ dev = Pygments==2.10.0 codecov==2.1.12 test = - green==3.0.0 + green==3.3.0 coverage==4.5.4 mock==3.0.5; python_version < "3.3" From 14977692eee73d6cfb58d76c2e7232d0a540b427 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Oct 2021 19:15:05 +0200 Subject: [PATCH 8/9] Update coverage from 4.5.4 to 5.5 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 0faf3b5..e1dab93 100644 --- a/setup.cfg +++ b/setup.cfg @@ -52,7 +52,7 @@ dev = codecov==2.1.12 test = green==3.3.0 - coverage==4.5.4 + coverage==5.5 mock==3.0.5; python_version < "3.3" [coverage:report] From d5436ba46974340b2af43aeb10bd963226ca0864 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Oct 2021 19:15:05 +0200 Subject: [PATCH 9/9] Update mock from 3.0.5 to 4.0.3 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index e1dab93..5bbe274 100644 --- a/setup.cfg +++ b/setup.cfg @@ -53,7 +53,7 @@ dev = test = green==3.3.0 coverage==5.5 - mock==3.0.5; python_version < "3.3" + mock==4.0.3; python_version < "3.3" [coverage:report] show_missing = true