From c31393c0f8683434a360be9e2961ee3815ad60bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 05:49:43 +0000 Subject: [PATCH] Chore(deps): Update cattrs requirement from <24 to <25 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/v0.2.0...v24.1.0) --- 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 4022666..a18664d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -106,7 +106,7 @@ dynamic = [ dependencies = [ "attrs<25", "backports-strenum<1.3; python_version<'3.11'", - "cattrs<24", + "cattrs<25", "simplejson<4", "sqlalchemy-cratedb>=0.39.0", "toolz<0.13",