From f8dc1e2fc5a7e8328d517f6d6f90170afe89f100 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 09:19:42 +0000 Subject: [PATCH] Bump attrs from 22.1.0 to 23.2.0 Bumps [attrs](https://github.com/sponsors/hynek) from 22.1.0 to 23.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 32c67f76..ce4f5226 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ # # pip-compile # -attrs==22.1.0 +attrs==23.2.0 # via ml-tooling (setup.py) cycler==0.11.0 # via matplotlib