fix(deps): update dependency attrs to v25 #307

Merged
luke merged 1 commits from renovate/attrs-25.x into main 2025-02-04 23:06:22 +01:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 8b2f98a82f - Show all commits

View File

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

8
uv.lock generated
View File

@ -16,11 +16,11 @@ wheels = [
[[package]] [[package]]
name = "attrs" name = "attrs"
version = "24.3.0" version = "25.1.0"
source = { registry = "https://pypi.org/simple" } source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/48/c8/6260f8ccc11f0917360fc0da435c5c9c7504e3db174d5a12a1494887b045/attrs-24.3.0.tar.gz", hash = "sha256:8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff", size = 805984 } sdist = { url = "https://files.pythonhosted.org/packages/49/7c/fdf464bcc51d23881d110abd74b512a42b3d5d376a55a831b44c603ae17f/attrs-25.1.0.tar.gz", hash = "sha256:1c97078a80c814273a76b2a298a932eb681c87415c11dee0a6921de7f1b02c3e", size = 810562 }
wheels = [ wheels = [
{ url = "https://files.pythonhosted.org/packages/89/aa/ab0f7891a01eeb2d2e338ae8fecbe57fcebea1a24dbb64d45801bfab481d/attrs-24.3.0-py3-none-any.whl", hash = "sha256:ac96cd038792094f438ad1f6ff80837353805ac950cd2aa0e0625ef19850c308", size = 63397 }, { url = "https://files.pythonhosted.org/packages/fc/30/d4986a882011f9df997a55e6becd864812ccfcd821d64aac8570ee39f719/attrs-25.1.0-py3-none-any.whl", hash = "sha256:c75a69e28a550a7e93789579c22aa26b0f5b83b75dc4e08fe092980051e1090a", size = 63152 },
] ]
[[package]] [[package]]
@ -258,7 +258,7 @@ dev = [
[package.metadata] [package.metadata]
requires-dist = [ requires-dist = [
{ name = "astroid", specifier = "==3.3.8" }, { name = "astroid", specifier = "==3.3.8" },
{ name = "attrs", specifier = "==24.3.0" }, { name = "attrs", specifier = "==25.1.0" },
{ name = "certifi", specifier = "==2024.12.14" }, { name = "certifi", specifier = "==2024.12.14" },
{ name = "charset-normalizer", specifier = "==3.4.1" }, { name = "charset-normalizer", specifier = "==3.4.1" },
{ name = "click", specifier = "==8.1.8" }, { name = "click", specifier = "==8.1.8" },