From 629694ed486938edf3541969106ef579efbc0a51 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 02:27:41 +0000 Subject: [PATCH] Bump flake8 from 3.8.4 to 3.9.0 Bumps [flake8](https://gitlab.com/pycqa/flake8) from 3.8.4 to 3.9.0. - [Release notes](https://gitlab.com/pycqa/flake8/tags) - [Commits](https://gitlab.com/pycqa/flake8/compare/3.8.4...3.9.0) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 152 +++++++++++++++++++------------------------------ pyproject.toml | 2 +- 2 files changed, 61 insertions(+), 93 deletions(-) diff --git a/poetry.lock b/poetry.lock index dc69da9..8647445 100644 --- a/poetry.lock +++ b/poetry.lock @@ -27,12 +27,9 @@ python-versions = ">=3.6" [package.dependencies] lazy-object-proxy = ">=1.4.0" +typed-ast = {version = ">=1.4.0,<1.5", markers = "implementation_name == \"cpython\" and python_version < \"3.8\""} wrapt = ">=1.11,<1.13" -[package.dependencies.typed-ast] -version = ">=1.4.0,<1.5" -python = "<3.8" - [[package]] name = "atomicwrites" version = "1.4.0" @@ -40,7 +37,6 @@ description = "Atomic file writes." category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" -marker = "sys_platform == \"win32\"" [[package]] name = "attrs" @@ -51,10 +47,10 @@ optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [package.extras] -dev = ["coverage (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "furo", "sphinx", "pre-commit"] +dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "furo", "sphinx", "pre-commit"] docs = ["furo", "sphinx", "zope.interface"] -tests = ["coverage (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"] -tests_no_zope = ["coverage (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six"] +tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"] +tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six"] [[package]] name = "bandit" @@ -65,7 +61,7 @@ optional = false python-versions = ">=3.5" [package.dependencies] -colorama = ">=0.3.9" +colorama = {version = ">=0.3.9", markers = "platform_system == \"Windows\""} GitPython = ">=1.0.1" PyYAML = ">=5.3.1" six = ">=1.10.0" @@ -79,13 +75,10 @@ category = "dev" optional = false python-versions = ">=3.6" -[package.extras] -colorama = ["colorama (>=0.4.3)"] -d = ["aiohttp (>=3.3.2)", "aiohttp-cors"] - [package.dependencies] appdirs = "*" click = ">=7.1.2" +dataclasses = {version = ">=0.6", markers = "python_version < \"3.7\""} mypy-extensions = ">=0.4.3" pathspec = ">=0.6,<1" regex = ">=2020.1.8" @@ -93,9 +86,9 @@ toml = ">=0.10.1" typed-ast = ">=1.4.0" typing-extensions = ">=3.7.4" -[package.dependencies.dataclasses] -version = ">=0.6" -python = "<3.7" +[package.extras] +colorama = ["colorama (>=0.4.3)"] +d = ["aiohttp (>=3.3.2)", "aiohttp-cors"] [[package]] name = "bump2version" @@ -120,7 +113,6 @@ description = "Cross-platform colored terminal text." category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" -marker = "platform_system == \"Windows\" or sys_platform == \"win32\"" [[package]] name = "coverage" @@ -140,7 +132,6 @@ description = "A backport of the dataclasses module for Python 3.6" category = "dev" optional = false python-versions = "*" -marker = "python_version < \"3.7\"" [[package]] name = "eradicate" @@ -152,20 +143,17 @@ python-versions = "*" [[package]] name = "flake8" -version = "3.8.4" +version = "3.9.0" description = "the modular source code checker: pep8 pyflakes and co" category = "dev" optional = false -python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" [package.dependencies] +importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} mccabe = ">=0.6.0,<0.7.0" -pycodestyle = ">=2.6.0a1,<2.7.0" -pyflakes = ">=2.2.0,<2.3.0" - -[package.dependencies.importlib-metadata] -version = "*" -python = "<3.8" +pycodestyle = ">=2.7.0,<2.8.0" +pyflakes = ">=2.3.0,<2.4.0" [[package]] name = "flake8-annotations-complexity" @@ -175,9 +163,6 @@ category = "dev" optional = false python-versions = "*" -[package.dependencies] -setuptools = "*" - [[package]] name = "flake8-awesome" version = "1.3.0" @@ -239,13 +224,13 @@ category = "dev" optional = false python-versions = ">=3.6" -[package.extras] -dev = ["coverage", "black", "hypothesis", "hypothesmith"] - [package.dependencies] attrs = ">=19.2.0" flake8 = ">=3.0.0" +[package.extras] +dev = ["coverage", "black", "hypothesis", "hypothesmith"] + [[package]] name = "flake8-builtins" version = "1.5.3" @@ -254,12 +239,12 @@ category = "dev" optional = false python-versions = "*" -[package.extras] -test = ["coverage", "coveralls", "mock", "pytest", "pytest-cov"] - [package.dependencies] flake8 = "*" +[package.extras] +test = ["coverage", "coveralls", "mock", "pytest", "pytest-cov"] + [[package]] name = "flake8-comprehensions" version = "3.3.1" @@ -270,10 +255,7 @@ python-versions = ">=3.6" [package.dependencies] flake8 = ">=3.0,<3.2.0 || >3.2.0,<4" - -[package.dependencies.importlib-metadata] -version = "*" -python = "<3.8" +importlib-metadata = {version = "*", markers = "python_version < \"3.8\""} [[package]] name = "flake8-eradicate" @@ -299,7 +281,6 @@ python-versions = ">=3.6" [package.dependencies] astpretty = "*" flake8 = "*" -setuptools = "*" [[package]] name = "flake8-if-expr" @@ -320,14 +301,14 @@ category = "dev" optional = false python-versions = "*" -[package.extras] -test = ["pytest (>=4.0.2,<6)", "toml"] - [package.dependencies] flake8 = ">=3.2.1,<4" isort = ">=4.3.5,<6" testfixtures = ">=6.8.0,<7" +[package.extras] +test = ["pytest (>=4.0.2,<6)", "toml"] + [[package]] name = "flake8-logging-format" version = "0.6.0" @@ -389,7 +370,6 @@ python-versions = "*" [package.dependencies] flake8 = ">=2.0.0" -setuptools = "*" toml = "*" [[package]] @@ -432,18 +412,14 @@ description = "Read metadata from Python packages" category = "dev" optional = false python-versions = ">=3.6" -marker = "python_version < \"3.8\"" - -[package.extras] -docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"] -testing = ["pytest (>=3.5,<3.7.3 || >3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-cov", "pytest-enabler", "packaging", "pep517", "pyfakefs", "flufl.flake8", "pytest-black (>=0.3.7)", "pytest-mypy", "importlib-resources (>=1.3)"] [package.dependencies] +typing-extensions = {version = ">=3.6.4", markers = "python_version < \"3.8\""} zipp = ">=0.5" -[package.dependencies.typing-extensions] -version = ">=3.6.4" -python = "<3.8" +[package.extras] +docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"] +testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-cov", "pytest-enabler", "packaging", "pep517", "pyfakefs", "flufl.flake8", "pytest-black (>=0.3.7)", "pytest-mypy", "importlib-resources (>=1.3)"] [[package]] name = "iniconfig" @@ -490,14 +466,14 @@ category = "dev" optional = false python-versions = ">=3.5" -[package.extras] -dmypy = ["psutil (>=4.0)"] - [package.dependencies] mypy-extensions = ">=0.4.3,<0.5.0" typed-ast = ">=1.4.0,<1.5.0" typing-extensions = ">=3.7.4" +[package.extras] +dmypy = ["psutil (>=4.0)"] + [[package]] name = "mypy-extensions" version = "0.4.3" @@ -552,14 +528,12 @@ category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" +[package.dependencies] +importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} + [package.extras] dev = ["pre-commit", "tox"] -[package.dependencies] -[package.dependencies.importlib-metadata] -version = ">=0.12" -python = "<3.8" - [[package]] name = "py" version = "1.10.0" @@ -570,7 +544,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pycodestyle" -version = "2.6.0" +version = "2.7.0" description = "Python style guide checker" category = "dev" optional = false @@ -578,7 +552,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pyflakes" -version = "2.2.0" +version = "2.3.0" description = "passive checker of Python programs" category = "dev" optional = false @@ -592,16 +566,16 @@ category = "dev" optional = false python-versions = "~=3.6" -[package.extras] -docs = ["sphinx (3.5.1)", "python-docs-theme (2020.12)"] - [package.dependencies] astroid = ">=2.5.1,<2.6" -colorama = "*" +colorama = {version = "*", markers = "sys_platform == \"win32\""} isort = ">=4.2.5,<6" mccabe = ">=0.6,<0.7" toml = ">=0.7.1" +[package.extras] +docs = ["sphinx (==3.5.1)", "python-docs-theme (==2020.12)"] + [[package]] name = "pyparsing" version = "2.4.7" @@ -618,22 +592,19 @@ category = "dev" optional = false python-versions = ">=3.6" -[package.extras] -testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"] - [package.dependencies] -atomicwrites = ">=1.0" +atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""} attrs = ">=19.2.0" -colorama = "*" +colorama = {version = "*", markers = "sys_platform == \"win32\""} +importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} iniconfig = "*" packaging = "*" pluggy = ">=0.12,<1.0.0a1" py = ">=1.8.2" toml = "*" -[package.dependencies.importlib-metadata] -version = ">=0.12" -python = "<3.8" +[package.extras] +testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"] [[package]] name = "pytest-cov" @@ -643,13 +614,13 @@ category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" -[package.extras] -testing = ["fields", "hunter", "process-tests (2.0.2)", "six", "pytest-xdist", "virtualenv"] - [package.dependencies] coverage = ">=5.2.1" pytest = ">=4.6" +[package.extras] +testing = ["fields", "hunter", "process-tests (==2.0.2)", "six", "pytest-xdist", "virtualenv"] + [[package]] name = "pytest-deadfixtures" version = "2.2.1" @@ -669,12 +640,12 @@ category = "dev" optional = false python-versions = ">=3.5" -[package.extras] -dev = ["pre-commit", "tox", "pytest-asyncio"] - [package.dependencies] pytest = ">=5.0" +[package.extras] +dev = ["pre-commit", "tox", "pytest-asyncio"] + [[package]] name = "pyyaml" version = "5.4.1" @@ -716,12 +687,9 @@ optional = false python-versions = ">=3.6" [package.dependencies] +importlib-metadata = {version = ">=1.7.0", markers = "python_version < \"3.8\""} pbr = ">=2.0.0,<2.1.0 || >2.1.0" -[package.dependencies.importlib-metadata] -version = ">=1.7.0" -python = "<3.8" - [[package]] name = "testfixtures" version = "6.17.1" @@ -801,15 +769,15 @@ description = "Backport of pathlib-compatible object wrapper for zip files" category = "dev" optional = false python-versions = ">=3.6" -marker = "python_version < \"3.8\"" [package.extras] docs = ["sphinx", "jaraco.packaging (>=8.2)", "rst.linker (>=1.9)"] testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-cov", "pytest-enabler", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"] [metadata] +lock-version = "1.1" python-versions = "^3.6" -content-hash = "28d43e66f7f5170dea6a030a848841c956edaa74ab3e50c3ab2115fba85c5bde" +content-hash = "85768d9c9a76ea19c7223a396f690431724fffebe2c3b858614f2ae0b684007c" [metadata.files] appdirs = [ @@ -913,8 +881,8 @@ eradicate = [ {file = "eradicate-2.0.0.tar.gz", hash = "sha256:27434596f2c5314cc9b31410c93d8f7e8885747399773cd088d3adea647a60c8"}, ] flake8 = [ - {file = "flake8-3.8.4-py2.py3-none-any.whl", hash = "sha256:749dbbd6bfd0cf1318af27bf97a14e28e5ff548ef8e5b1566ccfb25a11e7c839"}, - {file = "flake8-3.8.4.tar.gz", hash = "sha256:aadae8761ec651813c24be05c6f7b4680857ef6afaae4651a4eccaef97ce6c3b"}, + {file = "flake8-3.9.0-py2.py3-none-any.whl", hash = "sha256:12d05ab02614b6aee8df7c36b97d1a3b2372761222b19b58621355e82acddcff"}, + {file = "flake8-3.9.0.tar.gz", hash = "sha256:78873e372b12b093da7b5e5ed302e8ad9e988b38b063b61ad937f26ca58fc5f0"}, ] flake8-annotations-complexity = [ {file = "flake8_annotations_complexity-0.0.6-py3-none-any.whl", hash = "sha256:078a84e8269ef82c4c9de5198638e9a91a2089307d4e559666464a87b528ea69"}, @@ -1087,12 +1055,12 @@ py = [ {file = "py-1.10.0.tar.gz", hash = "sha256:21b81bda15b66ef5e1a777a21c4dcd9c20ad3efd0b3f817e7a809035269e1bd3"}, ] pycodestyle = [ - {file = "pycodestyle-2.6.0-py2.py3-none-any.whl", hash = "sha256:2295e7b2f6b5bd100585ebcb1f616591b652db8a741695b3d8f5d28bdc934367"}, - {file = "pycodestyle-2.6.0.tar.gz", hash = "sha256:c58a7d2815e0e8d7972bf1803331fb0152f867bd89adf8a01dfd55085434192e"}, + {file = "pycodestyle-2.7.0-py2.py3-none-any.whl", hash = "sha256:514f76d918fcc0b55c6680472f0a37970994e07bbb80725808c17089be302068"}, + {file = "pycodestyle-2.7.0.tar.gz", hash = "sha256:c389c1d06bf7904078ca03399a4816f974a1d590090fecea0c63ec26ebaf1cef"}, ] pyflakes = [ - {file = "pyflakes-2.2.0-py2.py3-none-any.whl", hash = "sha256:0d94e0e05a19e57a99444b6ddcf9a6eb2e5c68d3ca1e98e90707af8152c90a92"}, - {file = "pyflakes-2.2.0.tar.gz", hash = "sha256:35b2d75ee967ea93b55750aa9edbbf72813e06a66ba54438df2cfac9e3c27fc8"}, + {file = "pyflakes-2.3.0-py2.py3-none-any.whl", hash = "sha256:910208209dcea632721cb58363d0f72913d9e8cf64dc6f8ae2e02a3609aba40d"}, + {file = "pyflakes-2.3.0.tar.gz", hash = "sha256:e59fd8e750e588358f1b8885e5a4751203a0516e0ee6d34811089ac294c8806f"}, ] pylint = [ {file = "pylint-2.7.2-py3-none-any.whl", hash = "sha256:d09b0b07ba06bcdff463958f53f23df25e740ecd81895f7d2699ec04bbd8dc3b"}, diff --git a/pyproject.toml b/pyproject.toml index 379ab2e..2a67451 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ pylint = "^2.7" pytest = "^6.2" pytest-cov = "^2.11" pytest-deadfixtures = "^2.1" -flake8 = "^3.8.4" +flake8 = "^3.9.0" pytest-mock = "^3.5.1" unify = "^0.5.0" tomlkit = "^0.7.0"