fix(deps): update dependency attrs to v25.2.0 #316

Merged
luke merged 1 commits from renovate/attrs-25.x into main 2025-03-12 13:58:14 +01:00
2 changed files with 5 additions and 5 deletions

View File

@ -9,7 +9,7 @@ authors = [
requires-python = "<4.0,>=3.11"
dependencies = [
"astroid==3.3.9",
"attrs==25.1.0",
"attrs==25.2.0",
"certifi==2025.1.31",
"charset-normalizer==3.4.1",
"click==8.1.8",

8
uv.lock generated
View File

@ -17,11 +17,11 @@ wheels = [
[[package]]
name = "attrs"
version = "25.1.0"
version = "25.2.0"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/49/7c/fdf464bcc51d23881d110abd74b512a42b3d5d376a55a831b44c603ae17f/attrs-25.1.0.tar.gz", hash = "sha256:1c97078a80c814273a76b2a298a932eb681c87415c11dee0a6921de7f1b02c3e", size = 810562 }
sdist = { url = "https://files.pythonhosted.org/packages/69/82/3c4e1d44f3cbaa2a578127d641fe385ba3bff6c38b789447ae11a21fa413/attrs-25.2.0.tar.gz", hash = "sha256:18a06db706db43ac232cce80443fcd9f2500702059ecf53489e3c5a3f417acaf", size = 812038 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/fc/30/d4986a882011f9df997a55e6becd864812ccfcd821d64aac8570ee39f719/attrs-25.1.0-py3-none-any.whl", hash = "sha256:c75a69e28a550a7e93789579c22aa26b0f5b83b75dc4e08fe092980051e1090a", size = 63152 },
{ url = "https://files.pythonhosted.org/packages/03/33/7a7388b9ef94aab40539939d94461ec682afbd895458945ed25be07f03f6/attrs-25.2.0-py3-none-any.whl", hash = "sha256:611344ff0a5fed735d86d7784610c84f8126b95e549bcad9ff61b4242f2d386b", size = 64016 },
]
[[package]]
@ -260,7 +260,7 @@ dev = [
[package.metadata]
requires-dist = [
{ name = "astroid", specifier = "==3.3.9" },
{ name = "attrs", specifier = "==25.1.0" },
{ name = "attrs", specifier = "==25.2.0" },
{ name = "certifi", specifier = "==2025.1.31" },
{ name = "charset-normalizer", specifier = "==3.4.1" },
{ name = "click", specifier = "==8.1.8" },