From 28733ba2472cadddc3644f9c6348f2fb430ee1a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 May 2024 19:09:13 +0000 Subject: [PATCH] Bump codespell from 2.2.6 to 2.3.0 Bumps [codespell](https://github.com/codespell-project/codespell) from 2.2.6 to 2.3.0. - [Release notes](https://github.com/codespell-project/codespell/releases) - [Commits](https://github.com/codespell-project/codespell/compare/v2.2.6...v2.3.0) --- updated-dependencies: - dependency-name: codespell dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 257d58a..8b1b249 100644 --- a/requirements.txt +++ b/requirements.txt @@ -15,7 +15,7 @@ pylint==3.2.2 bandit==1.7.8 pydocstringformatter==0.7.3 tox==4.15.0 -codespell==2.2.6 +codespell==2.3.0 # package dependencies python-dotenv==1.0.1