diff --git a/pyproject.toml b/pyproject.toml index 0f1585e..b0d064f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [ requires-python = "<4.0,>=3.11" dependencies = [ "astroid==3.3.9", - "attrs==25.2.0", + "attrs==25.3.0", "certifi==2025.1.31", "charset-normalizer==3.4.1", "click==8.1.8", diff --git a/uv.lock b/uv.lock index b1eb72b..d8167cd 100644 --- a/uv.lock +++ b/uv.lock @@ -17,11 +17,11 @@ wheels = [ [[package]] name = "attrs" -version = "25.2.0" +version = "25.3.0" source = { registry = "https://pypi.org/simple" } -sdist = { url = "https://files.pythonhosted.org/packages/69/82/3c4e1d44f3cbaa2a578127d641fe385ba3bff6c38b789447ae11a21fa413/attrs-25.2.0.tar.gz", hash = "sha256:18a06db706db43ac232cce80443fcd9f2500702059ecf53489e3c5a3f417acaf", size = 812038 } +sdist = { url = "https://files.pythonhosted.org/packages/5a/b0/1367933a8532ee6ff8d63537de4f1177af4bff9f3e829baf7331f595bb24/attrs-25.3.0.tar.gz", hash = "sha256:75d7cefc7fb576747b2c81b4442d4d4a1ce0900973527c011d1030fd3bf4af1b", size = 812032 } wheels = [ - { url = "https://files.pythonhosted.org/packages/03/33/7a7388b9ef94aab40539939d94461ec682afbd895458945ed25be07f03f6/attrs-25.2.0-py3-none-any.whl", hash = "sha256:611344ff0a5fed735d86d7784610c84f8126b95e549bcad9ff61b4242f2d386b", size = 64016 }, + { url = "https://files.pythonhosted.org/packages/77/06/bb80f5f86020c4551da315d78b3ab75e8228f89f0162f2c3a819e407941a/attrs-25.3.0-py3-none-any.whl", hash = "sha256:427318ce031701fea540783410126f03899a97ffc6f61596ad581ac2e40e3bc3", size = 63815 }, ] [[package]] @@ -260,7 +260,7 @@ dev = [ [package.metadata] requires-dist = [ { name = "astroid", specifier = "==3.3.9" }, - { name = "attrs", specifier = "==25.2.0" }, + { name = "attrs", specifier = "==25.3.0" }, { name = "certifi", specifier = "==2025.1.31" }, { name = "charset-normalizer", specifier = "==3.4.1" }, { name = "click", specifier = "==8.1.8" },