From 509ee5ed6ef0fbfe85f7186220fdff9bac893e70 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2020 08:33:46 +0000 Subject: [PATCH] Bump pep8-naming from 0.9.1 to 0.10.0 Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.9.1 to 0.10.0. - [Release notes](https://github.com/PyCQA/pep8-naming/releases) - [Changelog](https://github.com/PyCQA/pep8-naming/blob/master/CHANGELOG.rst) - [Commits](https://github.com/PyCQA/pep8-naming/compare/0.9.1...0.10.0) Signed-off-by: dependabot-preview[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 209c00b..137839f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -352,7 +352,7 @@ description = "Check PEP-8 naming conventions, plugin for flake8" name = "pep8-naming" optional = false python-versions = "*" -version = "0.9.1" +version = "0.10.0" [package.dependencies] flake8-polyfill = ">=1.0.2,<2" @@ -604,7 +604,7 @@ docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] testing = ["jaraco.itertools", "func-timeout"] [metadata] -content-hash = "0ba2dfe6ccb7c2b522d80dea2be8a3b6dc88519dd27334d0660589a33703c53b" +content-hash = "7514faab4e076a78ea6668c96badb3375ed62f19b51ff58b815d6c3bd8574408" python-versions = "^3.6" [metadata.files] @@ -767,8 +767,8 @@ packaging = [ {file = "packaging-20.3.tar.gz", hash = "sha256:3c292b474fda1671ec57d46d739d072bfd495a4f51ad01a055121d81e952b7a3"}, ] pep8-naming = [ - {file = "pep8-naming-0.9.1.tar.gz", hash = "sha256:a33d38177056321a167decd6ba70b890856ba5025f0a8eca6a3eda607da93caf"}, - {file = "pep8_naming-0.9.1-py2.py3-none-any.whl", hash = "sha256:45f330db8fcfb0fba57458c77385e288e7a3be1d01e8ea4268263ef677ceea5f"}, + {file = "pep8-naming-0.10.0.tar.gz", hash = "sha256:f3b4a5f9dd72b991bf7d8e2a341d2e1aa3a884a769b5aaac4f56825c1763bf3a"}, + {file = "pep8_naming-0.10.0-py2.py3-none-any.whl", hash = "sha256:5d9f1056cb9427ce344e98d1a7f5665710e2f20f748438e308995852cfa24164"}, ] pluggy = [ {file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"}, diff --git a/pyproject.toml b/pyproject.toml index aaecd7e..ae5b4f7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,6 +64,6 @@ flake8-coding = "^1.3" flake8-bugbear = "^20.1" flake8-pep3101 = "^1.3" flake8-debugger = "^3.2" -pep8-naming = "^0.9" +pep8-naming = "^0.10" mypy = "^0.770" safety = "^1.8.7"