From e9823ee8027f7e458c5a5f136f884e5677820635 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 01:19:44 +0000 Subject: [PATCH] Update attrs requirement from ^23.2.0 to ^24.2.0 --- updated-dependencies: - dependency-name: attrs dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d087dc9a..d0291702 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ gitpython = "^3.1.43" requests = "^2.31.0" pyperclip = "^1.8.2" tqdm = "^4.66.2" -attrs = "^23.2.0 " +attrs = "^24.2.0" cattrs = "^23.2.3 " loguru = "^0.7.0" pydantic = {extras = ["dotenv"], version = "^2.7.0"}