From 78426321a27667135a9005fa3e505ccf3cbe1bf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 07:56:28 +0000 Subject: [PATCH] chore(deps): update attrs requirement from >=21.2.0 to >=21.4.0 Updates the requirements on [attrs](https://github.com/python-attrs/attrs) to permit the latest version. - [Release notes](https://github.com/python-attrs/attrs/releases) - [Changelog](https://github.com/python-attrs/attrs/blob/main/CHANGELOG.md) - [Commits](https://github.com/python-attrs/attrs/compare/21.2.0...21.4.0) --- updated-dependencies: - dependency-name: attrs dependency-version: 21.4.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- docs/requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/requirements.txt b/docs/requirements.txt index 5c5d57a..5a15c16 100644 --- a/docs/requirements.txt +++ b/docs/requirements.txt @@ -1,4 +1,4 @@ -attrs>=21.2.0 +attrs>=21.4.0 certifi>=2024.7.4 chardet>=4.0.0 click>=8.0.0