From 5141cd679a80dc3de6b6d81161f3ad49844a8482 Mon Sep 17 00:00:00 2001 From: Markus Holtermann Date: Wed, 18 Dec 2019 23:24:29 +0100 Subject: [PATCH] Updated dependencies --- setup.py | 13 +++++++------ test-requirements.txt | 11 ++++------- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/setup.py b/setup.py index bcb4eb56..74647a65 100644 --- a/setup.py +++ b/setup.py @@ -42,15 +42,16 @@ entry_points={"console_scripts": ["croud = croud.__main__:main"]}, packages=find_packages(), install_requires=[ - "requests==2.22.0", - "colorama==0.4.1", "appdirs==1.4.3", - "pyyaml==5.1.2", "certifi", - "tabulate==0.8.2", - "schema==0.6.8", + "colorama==0.4.3", + "pyyaml==5.2", + "requests==2.22.0", + "schema==0.7.1", + "tabulate==0.8.6", + "yarl==1.4.2", ], - extras_require={"testing": ["tox==3.6.1"], "development": ["black==19.3b0"]}, + extras_require={"testing": ["tox==3.14.2"], "development": ["black==19.3b0"]}, python_requires=">=3.6", classifiers=[ "Development Status :: 4 - Beta", diff --git a/test-requirements.txt b/test-requirements.txt index e62973b8..4f4197d4 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,9 +1,6 @@ -pytest>=3,<4 +pytest-black==0.3.7 pytest-flake8==1.0.4 -pytest-mock==0.10.1 -pytest-isort==0.2.1 -pytest-black==0.3.5 -pytest-mypy==0.3.2 +pytest-isort==0.3.1 +pytest-mypy==0.4.2 pytest-random-order==1.0.4 -mypy==0.670 -black==19.3b0 +pytest>=5,<6