From 7da076a31d22e32a0b08d90f20a630097a7100dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Jan 2025 11:26:00 +0000 Subject: [PATCH] build(deps-dev): bump codespell from 2.4.0 to 2.4.1 Bumps [codespell](https://github.com/codespell-project/codespell) from 2.4.0 to 2.4.1. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.4.0...v2.4.1) --- updated-dependencies: - dependency-name: codespell 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 aa6fcc9d..5541cc7d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2,13 +2,13 @@ [[package]] name = "codespell" -version = "2.4.0" +version = "2.4.1" description = "Fix common misspellings in text files" optional = false python-versions = ">=3.8" files = [ - {file = "codespell-2.4.0-py3-none-any.whl", hash = "sha256:b4c5b779f747dd481587aeecb5773301183f52b94b96ed51a28126d0482eec1d"}, - {file = "codespell-2.4.0.tar.gz", hash = "sha256:587d45b14707fb8ce51339ba4cce50ae0e98ce228ef61f3c5e160e34f681be58"}, + {file = "codespell-2.4.1-py3-none-any.whl", hash = "sha256:3dadafa67df7e4a3dbf51e0d7315061b80d265f9552ebd699b3dd6834b47e425"}, + {file = "codespell-2.4.1.tar.gz", hash = "sha256:299fcdcb09d23e81e35a671bbe746d5ad7e8385972e65dbb833a2eaac33c01e5"}, ] [package.extras] @@ -20,4 +20,4 @@ types = ["chardet (>=5.1.0)", "mypy", "pytest", "pytest-cov", "pytest-dependency [metadata] lock-version = "2.0" python-versions = "^3.9" -content-hash = "aafbf36b75394b3855138989905de821ed4bf56985464b49e69905f34655fb16" +content-hash = "39f2a7aa08c298a74012bbe3426926d49b5c4d49b1d2b0f2ec46882239ec29e1" diff --git a/pyproject.toml b/pyproject.toml index 395810e8..776c3cc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -8,4 +8,4 @@ authors = ["Arduino "] python = "^3.9" [tool.poetry.dev-dependencies] -codespell = "^2.4.0" +codespell = "^2.4.1"