From c4041e6a0addd372a5f05adf254971ddc2d81061 Mon Sep 17 00:00:00 2001 From: Michael Twomey Date: Sun, 7 Nov 2021 19:29:06 +0000 Subject: [PATCH] Bump development tool versions --- poetry.lock | 29 +---------------------------- pyproject.toml | 9 ++++----- 2 files changed, 5 insertions(+), 33 deletions(-) diff --git a/poetry.lock b/poetry.lock index 5481b7d..9d1d90f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -720,29 +720,6 @@ category = "dev" optional = false python-versions = ">=3.6" -[[package]] -name = "tox" -version = "3.24.4" -description = "tox is a generic virtualenv management and test command line tool" -category = "dev" -optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" - -[package.dependencies] -colorama = {version = ">=0.4.1", markers = "platform_system == \"Windows\""} -filelock = ">=3.0.0" -importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} -packaging = ">=14" -pluggy = ">=0.12.0" -py = ">=1.4.17" -six = ">=1.14.0" -toml = ">=0.9.4" -virtualenv = ">=16.0.0,<20.0.0 || >20.0.0,<20.0.1 || >20.0.1,<20.0.2 || >20.0.2,<20.0.3 || >20.0.3,<20.0.4 || >20.0.4,<20.0.5 || >20.0.5,<20.0.6 || >20.0.6,<20.0.7 || >20.0.7" - -[package.extras] -docs = ["pygments-github-lexers (>=0.0.5)", "sphinx (>=2.0.0)", "sphinxcontrib-autoprogram (>=0.1.5)", "towncrier (>=18.5.0)"] -testing = ["flaky (>=3.4.0)", "freezegun (>=0.3.11)", "psutil (>=5.6.1)", "pytest (>=4.0.0)", "pytest-cov (>=2.5.1)", "pytest-mock (>=1.10.0)", "pytest-randomly (>=1.0.0)", "pytest-xdist (>=1.22.2)", "pathlib2 (>=2.3.3)"] - [[package]] name = "typed-ast" version = "1.4.3" @@ -816,7 +793,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytes [metadata] lock-version = "1.1" python-versions = ">=3.6.2,<4.0" -content-hash = "96f1ab080a127a03a8e8c410f5f623ec79c24cd3324105741e87f46832e728fc" +content-hash = "169ab548e14fb43b4b4ead00a06cb5b0cfa8224e3e503dd18bb79f715930ee3a" [metadata.files] alabaster = [ @@ -1245,10 +1222,6 @@ tomli = [ {file = "tomli-1.2.2-py3-none-any.whl", hash = "sha256:f04066f68f5554911363063a30b108d2b5a5b1a010aa8b6132af78489fe3aade"}, {file = "tomli-1.2.2.tar.gz", hash = "sha256:c6ce0015eb38820eaf32b5db832dbc26deb3dd427bd5f6556cf0acac2c214fee"}, ] -tox = [ - {file = "tox-3.24.4-py2.py3-none-any.whl", hash = "sha256:5e274227a53dc9ef856767c21867377ba395992549f02ce55eb549f9fb9a8d10"}, - {file = "tox-3.24.4.tar.gz", hash = "sha256:c30b57fa2477f1fb7c36aa1d83292d5c2336cd0018119e1b1c17340e2c2708ca"}, -] typed-ast = [ {file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:2068531575a125b87a41802130fa7e29f26c09a2833fea68d9a40cf33902eba6"}, {file = "typed_ast-1.4.3-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:c907f561b1e83e93fad565bac5ba9c22d96a54e7ea0267c708bffe863cbe4075"}, diff --git a/pyproject.toml b/pyproject.toml index e80c8fd..60f3d52 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,15 +14,14 @@ python = ">=3.6.2,<4.0" [tool.poetry.dev-dependencies] mypy = "^0.910" -black = "^21.6b0" +black = "^21.10b0" pylint = "^2.6.0" -isort = "^5.7.0" -tox = "^3.21.4" +isort = "^5.10.0" pytest = "^6.2.2" hypothesis = "^6.1.1" pytz = "^2021.1" -pre-commit = "^2.13.0" -nox = "^2021.6.12" +pre-commit = "^2.15.0" +nox = "^2021.10.1" Sphinx = "^4.2.0" [build-system]