From ebc0b97eec2f99498fcf36cdf1126c06079bec3e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 9 Oct 2022 13:41:39 +0200 Subject: [PATCH] chore(deps): update dependency flake8-pep3101 to v2 (#461) --- poetry.lock | 12 ++++++------ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/poetry.lock b/poetry.lock index 2c076ab..524864e 100644 --- a/poetry.lock +++ b/poetry.lock @@ -241,17 +241,17 @@ test = ["PyHamcrest", "pytest", "pytest-cov"] [[package]] name = "flake8-pep3101" -version = "1.3.0" +version = "2.0.0" description = "Checks for old string formatting." category = "dev" optional = false python-versions = "*" [package.dependencies] -flake8 = ">=3.0" +flake8 = "*" [package.extras] -test = ["pytest", "testfixtures"] +test = ["pytest"] [[package]] name = "flake8-polyfill" @@ -716,7 +716,7 @@ ansible-core = ["ansible-core"] [metadata] lock-version = "1.1" python-versions = "^3.8.0" -content-hash = "8341341a036d72b7410816726aa08a4edf7a15cfdab06527646693af40052c8b" +content-hash = "d347b4799ac0bd3a1891b6d302c85d5fd4d702d7727872aa176c8a3b059c5440" [metadata.files] ansible = [ @@ -927,8 +927,8 @@ flake8-logging-format = [ {file = "flake8-logging-format-0.7.5.tar.gz", hash = "sha256:54f7e349c934ce5c594f251885bc2240e99f6b48752a672a8fc7e3d1388352bb"}, ] flake8-pep3101 = [ - {file = "flake8-pep3101-1.3.0.tar.gz", hash = "sha256:86e3eb4e42de8326dcd98ebdeaf9a3c6854203a48f34aeb3e7e8ed948107f512"}, - {file = "flake8_pep3101-1.3.0-py2.py3-none-any.whl", hash = "sha256:a5dae1caca1243b2b40108dce926d97cf5a9f52515c4a4cbb1ffe1ca0c54e343"}, + {file = "flake8-pep3101-2.0.0.tar.gz", hash = "sha256:ae2ee1758734a473ca971b4bf9ff09c961b6099916db91fdb6b9718328dfcacb"}, + {file = "flake8_pep3101-2.0.0-py3-none-any.whl", hash = "sha256:1d818e1f53c6d26e875714f2f041ec15fbb23c17e2268dbbb024e9c3383541cd"}, ] flake8-polyfill = [ {file = "flake8-polyfill-1.0.2.tar.gz", hash = "sha256:e44b087597f6da52ec6393a709e7108b2905317d0c0b744cdca6208e670d8eda"}, diff --git a/pyproject.toml b/pyproject.toml index 37e130d..2399da4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -57,7 +57,7 @@ flake8-docstrings = "1.6.0" flake8-eradicate = "1.3.0" flake8-isort = "5.0.0" flake8-logging-format = "0.7.5" -flake8-pep3101 = "1.3.0" +flake8-pep3101 = "2.0.0" flake8-polyfill = "1.0.2" flake8-quotes = "3.3.1" pep8-naming = "0.13.2"