diff --git a/poetry.lock b/poetry.lock
index f84a03c..1fe8af1 100644
--- a/poetry.lock
+++ b/poetry.lock
@@ -1,14 +1,14 @@
-# This file is automatically @generated by Poetry 1.8.2 and should not be changed by hand.
+# This file is automatically @generated by Poetry 1.8.5 and should not be changed by hand.
 
 [[package]]
 name = "codespell"
-version = "2.3.0"
-description = "Codespell"
+version = "2.4.1"
+description = "Fix common misspellings in text files"
 optional = false
 python-versions = ">=3.8"
 files = [
-    {file = "codespell-2.3.0-py3-none-any.whl", hash = "sha256:a9c7cef2501c9cfede2110fd6d4e5e62296920efe9abfb84648df866e47f58d1"},
-    {file = "codespell-2.3.0.tar.gz", hash = "sha256:360c7d10f75e65f67bad720af7007e1060a5d395670ec11a7ed1fed9dd17471f"},
+    {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 = "f066e5a9c8a0ad465b8333ec60dca01b4c77b55f8de9938c19e87d22c100b545"
+content-hash = "3b5100d75dc04e8181ef3c1566563b13f0c4c72b209e900ee9ef57f6b069bb95"
diff --git a/pyproject.toml b/pyproject.toml
index d707076..63d4023 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ packages = [{include = "arduino_10base_t1s"}]
 python = "^3.9"
 
 [tool.poetry.group.dev.dependencies]
-codespell = "^2.3.0"
+codespell = "^2.4.1"
 
 [build-system]
 requires = ["poetry-core"]