From 7f5f2461faf103ccfc78502881485a5d1d1a62cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Aug 2021 18:16:47 +0000 Subject: [PATCH] Bump pep8-naming from 0.12.0 to 0.12.1 Bumps [pep8-naming](https://github.com/PyCQA/pep8-naming) from 0.12.0 to 0.12.1. - [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.12.0...0.12.1) --- updated-dependencies: - dependency-name: pep8-naming dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index ec7d732..a856854 100644 --- a/poetry.lock +++ b/poetry.lock @@ -500,7 +500,7 @@ python-versions = ">=2.6" [[package]] name = "pep8-naming" -version = "0.12.0" +version = "0.12.1" description = "Check PEP-8 naming conventions, plugin for flake8" category = "dev" optional = false @@ -1039,7 +1039,7 @@ testing = ["pytest (>=4.6)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pyt [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "f52e8d4dc6be3dfbbe89b2cb6a81026c0008e1573caa88ca5b2acfaf2fd228b1" +content-hash = "d8ce79ca39399cbcf505beb9d9dd3af902a7eee49334c8d0295b59d9bfc2f17a" [metadata.files] alabaster = [ @@ -1302,8 +1302,8 @@ pbr = [ {file = "pbr-5.6.0.tar.gz", hash = "sha256:42df03e7797b796625b1029c0400279c7c34fd7df24a7d7818a1abb5b38710dd"}, ] pep8-naming = [ - {file = "pep8-naming-0.12.0.tar.gz", hash = "sha256:1f9a3ecb2f3fd83240fd40afdd70acc89695c49c333413e49788f93b61827e12"}, - {file = "pep8_naming-0.12.0-py2.py3-none-any.whl", hash = "sha256:2321ac2b7bf55383dd19a6a9c8ae2ebf05679699927a3af33e60dd7d337099d3"}, + {file = "pep8-naming-0.12.1.tar.gz", hash = "sha256:bb2455947757d162aa4cad55dba4ce029005cd1692f2899a21d51d8630ca7841"}, + {file = "pep8_naming-0.12.1-py2.py3-none-any.whl", hash = "sha256:4a8daeaeb33cfcde779309fc0c9c0a68a3bbe2ad8a8308b763c5068f86eb9f37"}, ] pluggy = [ {file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"}, diff --git a/pyproject.toml b/pyproject.toml index ac8f1dd..a62a5fb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ sphinx-autobuild = "^2021.3.14" darglint = "^1.5.8" flake8-docstrings = "^1.5.0" flake8-rst-docstrings = "^0.2.3" -pep8-naming = "^0.12.0" +pep8-naming = "^0.12.1" pre-commit-hooks = "^4.0.1" typeguard = "^2.10.0" sphinx-rtd-theme = "^0.5.1"