diff --git a/setup.cfg b/setup.cfg index d12c980..f105bd1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,10 +30,10 @@ 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.43.8 + PyGithub==1.44 tests_require = fs.github[test]