From b0c7355881a6b708a0e794cbb0729981e90eeadd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 21:06:07 +0000 Subject: [PATCH] Bump cattrs from 23.2.3 to 24.1.0 Bumps [cattrs](https://github.com/python-attrs/cattrs) from 23.2.3 to 24.1.0. - [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.0) --- updated-dependencies: - dependency-name: cattrs dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 0446829..7b58eee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,7 +8,7 @@ attrs==24.2.0 # via # cattrs # rebdhuhn (pyproject.toml) -cattrs==23.2.3 +cattrs==24.1.0 # via rebdhuhn (pyproject.toml) certifi==2024.7.4 # via requests