From 3b63f2942de6aef52153a586405d7becbf08d746 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 23 Apr 2024 01:06:48 -0700 Subject: [PATCH] Bump attribution from 1.5.2 to 1.7.1 (#201) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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",