From e8cb0d40657c6ca3c07d73ae1fa00da1a216a03c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 08:02:38 +0000 Subject: [PATCH] Bump attribution from 1.5.2 to 1.7.1 Bumps [attribution](https://github.com/omnilib/attribution) from 1.5.2 to 1.7.1. - [Changelog](https://github.com/omnilib/attribution/blob/main/CHANGELOG.md) - [Commits](https://github.com/omnilib/attribution/compare/v1.5.2...v1.7.1) --- 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 e3f1539..6bee4f8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -24,7 +24,7 @@ Github = "https://github.com/omnilib/aiomultiprocess" [project.optional-dependencies] dev = [ - "attribution==1.5.2", + "attribution==1.7.1", "black==24.4.0", "coverage==7.4.4", "flake8==7.0.0",