From e2d353d358e7b84435071c44c992a83292825fe9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jan 2025 14:11:38 +0000 Subject: [PATCH] fix(deps): 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 b0c3be8..174d1e5 100644 --- a/poetry.lock +++ b/poetry.lock @@ -12,13 +12,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] @@ -949,4 +949,4 @@ test = ["covdefaults (>=2.3)", "coverage (>=7.2.7)", "coverage-enable-subprocess [metadata] lock-version = "2.0" python-versions = ">=3.8" -content-hash = "bf0f963be01eb5a7b16c5d40c1340b494b94ed463923c115fa2a6d6ec67b490c" +content-hash = "8d5cf092f05a9e154d2e4c57970861ef8481eaf1c55ad50320fbe86c5f37e360" diff --git a/pyproject.toml b/pyproject.toml index f8af5fd..1d943a3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,7 +28,7 @@ classifiers = [ [tool.poetry.dependencies] python = ">=3.8" social-auth-core = "^4.1.0" -attrs = "^24.0.0" +attrs = "^25.0.0" [tool.poetry.group.dev.dependencies] codecov = "*"