From 019b654680ea0932e84e402cc7e47b97d047f591 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Mar 2023 06:56:59 +0000 Subject: [PATCH] Bump codespell from 2.2.2 to 2.2.4 Bumps [codespell](https://github.com/codespell-project/codespell) from 2.2.2 to 2.2.4. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.2.2...v2.2.4) --- updated-dependencies: - dependency-name: codespell dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- poetry.lock | 11 ++++++----- pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 71566fdf..95c8aa22 100644 --- a/poetry.lock +++ b/poetry.lock @@ -333,20 +333,21 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [[package]] name = "codespell" -version = "2.2.2" +version = "2.2.4" description = "Codespell" category = "dev" optional = false python-versions = ">=3.7" files = [ - {file = "codespell-2.2.2-py3-none-any.whl", hash = "sha256:87dfcd9bdc9b3cb8b067b37f0af22044d7a84e28174adfc8eaa203056b7f9ecc"}, - {file = "codespell-2.2.2.tar.gz", hash = "sha256:c4d00c02b5a2a55661f00d5b4b3b5a710fa803ced9a9d7e45438268b099c319c"}, + {file = "codespell-2.2.4-py3-none-any.whl", hash = "sha256:7d984b8130108e6f82524b7d09f8b7bf2fb1e398c5d4b37d9e2bd310145b3e29"}, + {file = "codespell-2.2.4.tar.gz", hash = "sha256:0b4620473c257d9cde1ff8998b26b2bb209a35c2b7489f5dc3436024298ce83a"}, ] [package.extras] -dev = ["check-manifest", "flake8", "pytest", "pytest-cov", "pytest-dependency", "tomli"] +dev = ["Pygments", "build", "chardet", "flake8", "flake8-pyproject", "pytest", "pytest-cov", "pytest-dependency", "tomli"] hard-encoding-detection = ["chardet"] toml = ["tomli"] +types = ["chardet (>=5.1.0)", "mypy", "pytest", "pytest-cov", "pytest-dependency"] [[package]] name = "colorama" @@ -1847,4 +1848,4 @@ multidict = ">=4.0" [metadata] lock-version = "2.0" python-versions = "^3.8" -content-hash = "7cc45adfe80ec18a348a0ec69c7052f0940ecae592b66544aa56c28af3f04834" +content-hash = "95ba0192ee31ca913ea78abfa1c37a032f2f8650b4dc35b1b2912340f94b979a" diff --git a/pyproject.toml b/pyproject.toml index d9be2398..a4371ab8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,7 +58,7 @@ flake8-eradicate = "^1.4.0" flake8-markdown = "^0.3.0" darglint = "^1.8.1" safety = "^2.3.5" -codespell = "^2.2.2" +codespell = "^2.2.4" bandit = "^1.7.4" [tool.poetry.urls]