From 7bfe1f16eaa46518d697a073644341fa404b3557 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 13:40:44 +0000 Subject: [PATCH] Bump flake8-aaa from 0.16.0 to 0.17.0 Bumps [flake8-aaa](https://github.com/jamescooke/flake8-aaa) from 0.16.0 to 0.17.0. - [Changelog](https://github.com/jamescooke/flake8-aaa/blob/master/CHANGELOG.rst) - [Commits](https://github.com/jamescooke/flake8-aaa/compare/v0.16.0...v0.17.0) --- updated-dependencies: - dependency-name: flake8-aaa dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- poetry.lock | 9 +++++---- pyproject.toml | 2 +- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/poetry.lock b/poetry.lock index 23284814..5372d7a4 100644 --- a/poetry.lock +++ b/poetry.lock @@ -326,17 +326,18 @@ pyflakes = ">=3.1.0,<3.2.0" [[package]] name = "flake8-aaa" -version = "0.16.0" +version = "0.17.0" description = "A Flake8 plugin that checks Python tests follow the Arrange-Act-Assert pattern" optional = false python-versions = ">=3.8" files = [ - {file = "flake8-aaa-0.16.0.tar.gz", hash = "sha256:315d4fad96e4a5912069928afafffcb87d0482e602f9c7f73a6e02b5c0df12c3"}, - {file = "flake8_aaa-0.16.0-py3-none-any.whl", hash = "sha256:ba5a3f0a099995e9136484709d94035307fdb495e4ed853855e809178e13e541"}, + {file = "flake8-aaa-0.17.0.tar.gz", hash = "sha256:97dccdffa8e603dcf9cd9b4c2012e6fa22d58a2264a8b51146dcc9b63be66803"}, + {file = "flake8_aaa-0.17.0-py3-none-any.whl", hash = "sha256:c9212d1fb94d1a95433c2ae18a644f96c33ee6ac059644d116e4dade0f191988"}, ] [package.dependencies] asttokens = ">=2" +flake8 = ">=3" [[package]] name = "flake8-bandit" @@ -1362,4 +1363,4 @@ testing = ["big-O", "jaraco.functools", "jaraco.itertools", "more-itertools", "p [metadata] lock-version = "2.0" python-versions = "^3.8.1" -content-hash = "1dadbc96910bd11b35ebb3cbcf28cc9ac65c51b8447b91a44d807460f53fccb1" +content-hash = "ac246a4a67d9e4c69cffc438d7f4672b2e6f1be312949259c7f0eb4d9ae92b8c" diff --git a/pyproject.toml b/pyproject.toml index 5899cce5..3dedd425 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -94,7 +94,7 @@ flake8-pytest-style = "^1.7.2" flake8-mutable = "^1.2.0" flake8-html = "^0.4.1" flake8-simplify = "^0.21.0" -flake8-aaa = "^0.16.0" +flake8-aaa = "^0.17.0" pytest-mock = "3.12.0" pytest-cov = "^4.1.0" coverage-badge = "^1.1.0"