From cc4d0020718d3d50538ebd0e7ea7b1a461fd9268 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 06:19:47 +0000 Subject: [PATCH] Update dependency attrs to v25 --- poetry.lock | 10 +++++----- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/poetry.lock b/poetry.lock index 71ded2f..fb2f008 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1,4 +1,4 @@ -# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand. +# This file is automatically @generated by Poetry 1.8.1 and should not be changed by hand. [[package]] name = "astroid" @@ -13,13 +13,13 @@ files = [ [[package]] name = "attrs" -version = "24.3.0" +version = "25.1.0" description = "Classes Without Boilerplate" optional = false python-versions = ">=3.8" files = [ - {file = "attrs-24.3.0-py3-none-any.whl", hash = "sha256:ac96cd038792094f438ad1f6ff80837353805ac950cd2aa0e0625ef19850c308"}, - {file = "attrs-24.3.0.tar.gz", hash = "sha256:8f5c07333d543103541ba7be0e2ce16eeee8130cb0b3f9238ab904ce1e85baff"}, + {file = "attrs-25.1.0-py3-none-any.whl", hash = "sha256:c75a69e28a550a7e93789579c22aa26b0f5b83b75dc4e08fe092980051e1090a"}, + {file = "attrs-25.1.0.tar.gz", hash = "sha256:1c97078a80c814273a76b2a298a932eb681c87415c11dee0a6921de7f1b02c3e"}, ] [package.extras] @@ -2111,4 +2111,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.11,<3.14" -content-hash = "1f78317876824ff7a08754feaa4118436a6d33032bfd21818e40c52ab36ab4ad" +content-hash = "82e71b3fb13e609e8de9c90827e2d4e5e3cc8cf7e71847f772f3bf36cc543165" diff --git a/pyproject.toml b/pyproject.toml index e51241b..955621a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ pyopenssl = ">22.1.0" cryptography = "44.0.0" [tool.poetry.dev-dependencies] -attrs = "24.3.0" +attrs = "25.1.0" pylint = "3.3.3" pytype = "2024.10.11" pytest = "8.3.4"