From cf08ebde1959a3f4ba8743fe9735e05dc470465c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 4 Jul 2024 23:32:50 +0000 Subject: [PATCH] Bump attribution from 1.6.2 to 1.8.0 Bumps [attribution](https://github.com/omnilib/attribution) from 1.6.2 to 1.8.0. - [Changelog](https://github.com/omnilib/attribution/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/attribution/compare/v1.6.2...v1.8.0) --- updated-dependencies: - dependency-name: attribution dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b8ae9cd..f3af582 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ dependencies = ["typing_extensions>=4.0; python_version < '3.10'"] [project.optional-dependencies] dev = [ - "attribution==1.6.2", + "attribution==1.8.0", "black==24.4.2", "coverage==7.4.1", "flake8==7.0.0",