From 6d9fd057f9842ef2be453b351f249a7771d04db1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 30 Jan 2025 20:26:41 +0000 Subject: [PATCH] Update dependency attrs to v25 --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 460cc3f..4417ad9 100644 --- a/poetry.lock +++ b/poetry.lock @@ -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 = "d797bb115e39d6c5d3118a197c45cbca48693e3aae29f036bc95751b496e4312" +content-hash = "cf115b0abef84749609dd9c7e59553e23e74d66e1d5e62e58c7c5b233fb0d205" diff --git a/pyproject.toml b/pyproject.toml index ddb5a2d..06d95fe 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.4" pytype = "2024.10.11" pytest = "8.3.4"