From c3e5f71021930b9f008d92efdd32221d72786f91 Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2019 18:02:04 +0100 Subject: [PATCH 1/2] Update pygithub from 1.43.8 to 1.44 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index d12c980..b463a0d 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.11 - PyGithub==1.43.8 + PyGithub==1.44 tests_require = fs.github[test] From ea5655a33625edeb88b8a79e93b69610138a4fbd Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Fri, 1 Nov 2019 18:02:05 +0100 Subject: [PATCH 2/2] Update setuptools from 41.2.0 to 41.6.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index b463a0d..f105bd1 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==41.6.0 install_requires = fs==2.4.11 PyGithub==1.44