From 97f67302d1fc6d2f7afceba27b4c8cddfbbc374d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Sep 2024 01:47:30 +0000 Subject: [PATCH] Update cattrs requirement from ^23.2.3 to ^24.1.2 Updates the requirements on [cattrs](https://github.com/python-attrs/cattrs) to permit the latest version. - [Release notes](https://github.com/python-attrs/cattrs/releases) - [Changelog](https://github.com/python-attrs/cattrs/blob/main/HISTORY.md) - [Commits](https://github.com/python-attrs/cattrs/compare/v23.2.3...v24.1.2) --- updated-dependencies: - dependency-name: cattrs 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..bfaa5b5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ requests = "^2.31.0" pyperclip = "^1.8.2" tqdm = "^4.66.2" attrs = "^23.2.0 " -cattrs = "^23.2.3 " +cattrs = "^24.1.2" loguru = "^0.7.0" pydantic = {extras = ["dotenv"], version = "^2.7.0"} sqlalchemy = "^2.0.29"