mirror of
https://github.com/andrewthetechie/py-healthchecks.io.git
synced 2025-12-05 17:18:16 +01:00
Merge pull request #166 from andrewthetechie/dependabot/pip/pep8-naming-0.13.0
build(deps-dev): bump pep8-naming from 0.12.1 to 0.13.0
This commit is contained in:
9
poetry.lock
generated
9
poetry.lock
generated
@@ -575,7 +575,7 @@ python-versions = ">=2.6"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "pep8-naming"
|
name = "pep8-naming"
|
||||||
version = "0.12.1"
|
version = "0.13.0"
|
||||||
description = "Check PEP-8 naming conventions, plugin for flake8"
|
description = "Check PEP-8 naming conventions, plugin for flake8"
|
||||||
category = "dev"
|
category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
@@ -583,7 +583,6 @@ python-versions = "*"
|
|||||||
|
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
flake8 = ">=3.9.1"
|
flake8 = ">=3.9.1"
|
||||||
flake8-polyfill = ">=1.0.2,<2"
|
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "platformdirs"
|
name = "platformdirs"
|
||||||
@@ -1264,7 +1263,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "pytest-flake8", "pytest-
|
|||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.7"
|
python-versions = "^3.7"
|
||||||
content-hash = "59969df22ba9d9ff031fcbe5bfcc8d7a7e76e6c61135a597edbe616a04d3b5a1"
|
content-hash = "59e397554735037261ca2fdb1928ae766f8916e28f571e9da5543790f649cc5b"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
alabaster = [
|
alabaster = [
|
||||||
@@ -1582,8 +1581,8 @@ pbr = [
|
|||||||
{file = "pbr-5.9.0.tar.gz", hash = "sha256:e8dca2f4b43560edef58813969f52a56cef023146cbb8931626db80e6c1c4308"},
|
{file = "pbr-5.9.0.tar.gz", hash = "sha256:e8dca2f4b43560edef58813969f52a56cef023146cbb8931626db80e6c1c4308"},
|
||||||
]
|
]
|
||||||
pep8-naming = [
|
pep8-naming = [
|
||||||
{file = "pep8-naming-0.12.1.tar.gz", hash = "sha256:bb2455947757d162aa4cad55dba4ce029005cd1692f2899a21d51d8630ca7841"},
|
{file = "pep8-naming-0.13.0.tar.gz", hash = "sha256:9f38e6dcf867a1fb7ad47f5ff72c0ddae544a6cf64eb9f7600b7b3c0bb5980b5"},
|
||||||
{file = "pep8_naming-0.12.1-py2.py3-none-any.whl", hash = "sha256:4a8daeaeb33cfcde779309fc0c9c0a68a3bbe2ad8a8308b763c5068f86eb9f37"},
|
{file = "pep8_naming-0.13.0-py3-none-any.whl", hash = "sha256:069ea20e97f073b3e6d4f789af2a57816f281ca64b86210c7d471117a4b6bfd0"},
|
||||||
]
|
]
|
||||||
platformdirs = [
|
platformdirs = [
|
||||||
{file = "platformdirs-2.5.2-py3-none-any.whl", hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788"},
|
{file = "platformdirs-2.5.2-py3-none-any.whl", hash = "sha256:027d8e83a2d7de06bbac4e5ef7e023c02b863d7ea5d079477e722bb41ab25788"},
|
||||||
|
|||||||
@@ -47,7 +47,7 @@ flake8-bandit = "^3.0.0"
|
|||||||
flake8-bugbear = ">=21.9.2"
|
flake8-bugbear = ">=21.9.2"
|
||||||
flake8-docstrings = "^1.6.0"
|
flake8-docstrings = "^1.6.0"
|
||||||
flake8-rst-docstrings = "^0.2.3"
|
flake8-rst-docstrings = "^0.2.3"
|
||||||
pep8-naming = "^0.12.1"
|
pep8-naming = "^0.13.0"
|
||||||
darglint = "^1.8.1"
|
darglint = "^1.8.1"
|
||||||
reorder-python-imports = "^3.1.0"
|
reorder-python-imports = "^3.1.0"
|
||||||
pre-commit-hooks = "^4.2.0"
|
pre-commit-hooks = "^4.2.0"
|
||||||
|
|||||||
Reference in New Issue
Block a user