From 39c85319944895f1ac6a79bef60c788ce442f1be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 21:11:25 +0000 Subject: [PATCH] Bump attrs from 23.2.0 to 24.2.0 Bumps [attrs](https://github.com/sponsors/hynek) from 23.2.0 to 24.2.0. - [Commits](https://github.com/sponsors/hynek/commits) --- updated-dependencies: - dependency-name: attrs 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 ef07568..9233990 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile pyproject.toml # -attrs==23.2.0 +attrs==24.2.0 # via # cattrs # rebdhuhn (pyproject.toml)