From 7daf08ed2657012d3434729cf6640f152ac91647 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jan 2025 00:57:21 +0000 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Update=20dependency=20code?= =?UTF-8?q?spell=20to=20v2.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index c4f91ad..c2704b2 100644 --- a/poetry.lock +++ b/poetry.lock @@ -413,13 +413,13 @@ colorama = {version = "*", markers = "platform_system == \"Windows\""} [[package]] name = "codespell" -version = "2.3.0" -description = "Codespell" +version = "2.4.0" +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.0-py3-none-any.whl", hash = "sha256:b4c5b779f747dd481587aeecb5773301183f52b94b96ed51a28126d0482eec1d"}, + {file = "codespell-2.4.0.tar.gz", hash = "sha256:587d45b14707fb8ce51339ba4cce50ae0e98ce228ef61f3c5e160e34f681be58"}, ] [package.extras] @@ -2149,4 +2149,4 @@ propcache = ">=0.2.0" [metadata] lock-version = "2.0" python-versions = "^3.11" -content-hash = "5d48b983c8b4925dff21e683ae2a54b8eba2770e6002ac1efa546fa03f774e56" +content-hash = "94f53c5d86d29d82f8addb619d45a73409e71521bf4b2dbf6a3a7c319eaea9b0" diff --git a/pyproject.toml b/pyproject.toml index b172b05..5f0a4b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -37,7 +37,7 @@ Changelog = "https://github.com/frenck/python-tailscale/releases" [tool.poetry.group.dev.dependencies] aresponses = "3.0.0" -codespell = "2.3.0" +codespell = "2.4.0" covdefaults = "2.3.0" coverage = {version = "7.6.10", extras = ["toml"]} mypy = "1.14.1"