From 829bda885acfdfa4d8109d0d38d2dd368ce9f96f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 09:51:42 +0100 Subject: [PATCH] build(deps): bump attrs from 25.4.0 to 26.1.0 (#2344) Bumps [attrs](https://github.com/sponsors/hynek) from 25.4.0 to 26.1.0. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- poetry.lock | 8 ++++---- pyproject.toml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 8e27ccf..5542718 100644 --- a/poetry.lock +++ b/poetry.lock @@ -305,14 +305,14 @@ files = [ [[package]] name = "attrs" -version = "25.4.0" +version = "26.1.0" description = "Classes Without Boilerplate" optional = false python-versions = ">=3.9" groups = ["main"] files = [ - {file = "attrs-25.4.0-py3-none-any.whl", hash = "sha256:adcf7e2a1fb3b36ac48d97835bb6d8ade15b8dcce26aba8bf1d14847b57a3373"}, - {file = "attrs-25.4.0.tar.gz", hash = "sha256:16d5969b87f0859ef33a48b35d55ac1be6e42ae49d5e853b597db70c35c57e11"}, + {file = "attrs-26.1.0-py3-none-any.whl", hash = "sha256:c647aa4a12dfbad9333ca4e71fe62ddc36f4e63b2d260a37a8b83d2f043ac309"}, + {file = "attrs-26.1.0.tar.gz", hash = "sha256:d03ceb89cb322a8fd706d4fb91940737b6642aa36998fe130a9bc96c985eff32"}, ] [[package]] @@ -3651,4 +3651,4 @@ propcache = ">=0.2.1" [metadata] lock-version = "2.1" python-versions = "^3.10" -content-hash = "a866133042069e763429ed84573b3a8c2875b6ebbabe872dfbc1723a08294166" +content-hash = "a255666618a4066b4cf121bbfd896df0bda1c02853f5819411dace54c26e1552" diff --git a/pyproject.toml b/pyproject.toml index b982e76..ecb51bc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -36,7 +36,7 @@ aiohttp = "^3.12.14" aiohttp-socks = ">=0.10.1,<0.12.0" arabic-reshaper = "^3.0.0" async-timeout = "^5.0.1" -attrs = "^25.3.0" +attrs = ">=25.3,<27.0" certifi = "^2025.6.15" chardet = "^5.0.0" colorama = "^0.4.6"