diff --git a/poetry.lock b/poetry.lock index b565312..c1dafe9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -204,14 +204,14 @@ files = [ [[package]] name = "flake8-builtins" -version = "2.0.1" +version = "2.1.0" description = "Check for python builtins being used as variables or parameters." category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "flake8-builtins-2.0.1.tar.gz", hash = "sha256:5aeb420130efe8acbdaf8708a582492413293a3ca25653518f687937879650a5"}, - {file = "flake8_builtins-2.0.1-py3-none-any.whl", hash = "sha256:a5b9ca9cbc921c4455ea02e2e9963c990ac66d028c15b654625e012a1e3bbb4d"}, + {file = "flake8-builtins-2.1.0.tar.gz", hash = "sha256:12ff1ee96dd4e1f3141141ee6c45a5c7d3b3c440d0949e9b8d345c42b39c51d4"}, + {file = "flake8_builtins-2.1.0-py3-none-any.whl", hash = "sha256:469e8f03d6d0edf4b1e62b6d5a97dce4598592c8a13ec8f0952e7a185eba50a1"}, ] [package.dependencies] @@ -323,13 +323,13 @@ flake8 = "*" [[package]] name = "flake8-quotes" -version = "3.3.1" +version = "3.3.2" description = "Flake8 lint for quotes." category = "dev" optional = false python-versions = "*" files = [ - {file = "flake8-quotes-3.3.1.tar.gz", hash = "sha256:633adca6fb8a08131536af0d750b44d6985b9aba46f498871e21588c3e6f525a"}, + {file = "flake8-quotes-3.3.2.tar.gz", hash = "sha256:6e26892b632dacba517bf27219c459a8396dcfac0f5e8204904c5a4ba9b480e1"}, ] [package.dependencies] @@ -571,18 +571,18 @@ markdown = ">=3.0" [[package]] name = "pep8-naming" -version = "0.13.2" +version = "0.13.3" description = "Check PEP-8 naming conventions, plugin for flake8" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "pep8-naming-0.13.2.tar.gz", hash = "sha256:93eef62f525fd12a6f8c98f4dcc17fa70baae2f37fa1f73bec00e3e44392fa48"}, - {file = "pep8_naming-0.13.2-py3-none-any.whl", hash = "sha256:59e29e55c478db69cffbe14ab24b5bd2cd615c0413edf790d47d3fb7ba9a4e23"}, + {file = "pep8-naming-0.13.3.tar.gz", hash = "sha256:1705f046dfcd851378aac3be1cd1551c7c1e5ff363bacad707d43007877fa971"}, + {file = "pep8_naming-0.13.3-py3-none-any.whl", hash = "sha256:1a86b8c71a03337c97181917e2b472f0f5e4ccb06844a0d6f0a33522549e7a80"}, ] [package.dependencies] -flake8 = ">=3.9.1" +flake8 = ">=5.0.0" [[package]] name = "pluggy" @@ -963,4 +963,4 @@ testing = ["flake8 (<5)", "func-timeout", "jaraco.functools", "jaraco.itertools" [metadata] lock-version = "2.0" python-versions = "^3.7.0" -content-hash = "13890284821ec7b0dc6788822c9f662bd1594163cf2c7c6107e51e37719f9e53" +content-hash = "52b47cacaf62edf03e9a3933b91447de01f145354a729c052d4ad114b922443c" diff --git a/pyproject.toml b/pyproject.toml index a7f7860..9625b45 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -44,16 +44,16 @@ semantic-version = "2.10.0" bandit = "1.7.4" flake8 = "5.0.4" flake8-blind-except = "0.2.1" -flake8-builtins = "2.0.1" +flake8-builtins = "2.1.0" flake8-docstrings = "1.6.0" flake8-eradicate = "1.4.0" flake8-isort = "5.0.3" flake8-logging-format = "0.9.0" flake8-pep3101 = "2.0.0" flake8-polyfill = "1.0.2" -flake8-quotes = "3.3.1" +flake8-quotes = "3.3.2" pdoc3 = "0.10.0" -pep8-naming = "0.13.2" +pep8-naming = "0.13.3" pydocstyle = "6.1.1" pytest = "7.2.0" pytest-cov = "4.0.0"